complexType "abstractRedeliveryPolicyType"
Namespace:
Content:
complex, 1 attribute, attr. wildcard, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:int) : "5"
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, dead-letter-queue?
</...>
Content Model Elements (2):
annotations, dead-letter-queue
Known Direct Subtypes (1):
idempotentRedeliveryPolicyType
All Direct / Indirect Based Elements (2):
abstract-redelivery-policy, idempotent-redelivery-policy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  abstractRedeliveryPolicyType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="abstractRedeliveryPolicyType">
<xsd:complexContent>
<xsd:extension base="annotatedType">
<xsd:sequence>
<xsd:element minOccurs="0" name="dead-letter-queue" type="singleTarget"/>
</xsd:sequence>
<xsd:attribute default="5" name="maxRedeliveryCount" type="substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
maxRedeliveryCount
Type:
Use:
optional
The maximum number of times a message can be redelivered and processed unsuccessfully before triggering process-failed-message
Attribute Value
xsd:string | xsd:int
Default:
"5"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="5" name="maxRedeliveryCount" type="substitutableInt"/>
Content Element Detail (all declarations; defined within this component only; 1/2)
dead-letter-queue
Type:
singleTarget, complex content
Message processor to call if a message exceeds its redelivery count without being processed successfully
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="dead-letter-queue" type="singleTarget"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.