complexType "customExceptionStrategyType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 7 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:string)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, commit-transaction?, rollback-transaction?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor)?, spring:property*
</...>
Content Model Elements (7):
abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations, commit-transaction, rollback-transaction, spring:property
All Direct / Indirect Based Elements (1):
custom-exception-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  exceptionStrategyType (extension)
          abstractExceptionStrategyType (extension)
              customExceptionStrategyType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="customExceptionStrategyType">
<xsd:complexContent>
<xsd:extension base="abstractExceptionStrategyType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>
</xsd:sequence>
<xsd:attribute name="class" type="substitutableClass" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/5)
class
Type:
Use:
required
A class that implements the ExceptionListener interface. In addition, if an 'outbound-endpoint' element is specified, it is set as an "endpoint" bean property.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="substitutableClass" use="required"/>
Content Element Detail (all declarations; defined within this component only; 1/7)
spring:property
Type:
spring:propertyType, complex content
Spring-style property element for custom configuration.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>

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.