complexType "rollbackExceptionStrategyType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 5 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:boolean
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:int)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor)*, on-redelivery-attempts-exceeded?
</...>
Content Model Elements (5):
abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations, on-redelivery-attempts-exceeded
All Direct / Indirect Based Elements (1):
rollback-exception-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  exceptionStrategyType (extension)
          rollbackExceptionStrategyType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="rollbackExceptionStrategyType">
<xsd:complexContent>
<xsd:sequence>
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="messageProcessorOrOutboundEndpoint"/>
<xsd:element minOccurs="0" name="on-redelivery-attempts-exceeded">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="annotatedType">
<xsd:sequence>
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="messageProcessorOrOutboundEndpoint"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="maxRedeliveryAttempts" type="substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/5)
maxRedeliveryAttempts
Type:
Use:
optional
Times a message will be redelivery until it's consider a poison message. Once maxRedeliveryAttempts is exceeded on-redelivery-attempts-exceeded child message processors will be executed.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxRedeliveryAttempts" type="substitutableInt"/>
Content Element Detail (all declarations; defined within this component only; 1/5)
on-redelivery-attempts-exceeded
Type:
anonymous complexType (extension of annotatedType), complex content
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="on-redelivery-attempts-exceeded">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="annotatedType">
<xsd:sequence>
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="messageProcessorOrOutboundEndpoint"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>

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.