complexType "abstractTransactional"
Namespace:
Content:
complex, 1 attribute, 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
<...
   
 = 
("ALWAYS_BEGIN" | "BEGIN_OR_JOIN") : "ALWAYS_BEGIN"
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor)+, abstract-exception-strategy?
</...>
Content Model Elements (5):
abstract-exception-strategy, abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations
All Direct / Indirect Based Elements (1):
transactional
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      abstractTransactional
XML Source (see within schema source)
<xsd:complexType name="abstractTransactional">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:sequence>
<xsd:group maxOccurs="unbounded" ref="messageProcessorOrOutboundEndpoint"/>
<xsd:element minOccurs="0" ref="abstract-exception-strategy"/>
</xsd:sequence>
<xsd:attribute default="ALWAYS_BEGIN" name="action" type="transactionalActionType"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
action
Type:
Use:
optional
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"ALWAYS_BEGIN", "BEGIN_OR_JOIN"
Default:
"ALWAYS_BEGIN"
XML Source (see within schema source)
<xsd:attribute default="ALWAYS_BEGIN" name="action" type="transactionalActionType"/>
Content Element Detail (all declarations; defined within this component only; 1/5)
abstract-exception-strategy
Type:
exceptionStrategyType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
affiliated to substitution group legacy-abstract-exception-strategy; may be substituted with 5 elements
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="abstract-exception-strategy"/>

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.