complexType "abstractExceptionStrategyType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 6 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:boolean
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, commit-transaction?, rollback-transaction?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor)?
</...>
Content Model Elements (6):
abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations, commit-transaction, rollback-transaction
Known Direct Subtypes (2):
customExceptionStrategyType, serviceExceptionStrategyType
All Direct / Indirect Based Elements (3):
custom-exception-strategy, default-exception-strategy, default-service-exception-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  exceptionStrategyType (extension)
          abstractExceptionStrategyType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="abstractExceptionStrategyType">
<xsd:complexContent>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="commit-transaction" type="exceptionPatternType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="rollback-transaction" type="exceptionPatternType"/>
<xsd:group maxOccurs="1" minOccurs="0" ref="messageProcessorOrOutboundEndpoint"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
commit-transaction
Type:
exceptionPatternType, empty content
These exceptions will be considered "delivered" after handling by the exception strategy. Any exception not accepted by this filter will be redelivered/rolled back. You can set a comma-separated list of wildcard patterns that will be matched against the fully qualified class name of the current exception.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="commit-transaction" type="exceptionPatternType"/>

rollback-transaction
Type:
exceptionPatternType, empty content
These exceptions will be redelivered/rolled back after handling by the exception strategy. You can set a comma-separated list of wildcard patterns that will be matched against the fully qualified class name of the current exception.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="rollback-transaction" type="exceptionPatternType"/>

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.