complexType "inboundCollectionType"
Namespace:
Content:
complex, 8 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 8 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
abstract-inbound-endpoint*, (abstract-inbound-router | abstract-transformer | splitter | collection-splitter | processor | custom-processor)*, abstract-catch-all-strategy?
</...>
Content Model Elements (8):
abstract-catch-all-strategy, abstract-inbound-endpoint, abstract-inbound-router, abstract-transformer, collection-splitter, custom-processor, processor, splitter
All Direct / Indirect Based Elements (1):
inbound
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="inboundCollectionType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstract-inbound-endpoint"/>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="abstract-inbound-router"/>
<xsd:element ref="abstract-transformer"/>
<xsd:element ref="splitter"/>
<xsd:element ref="collection-splitter"/>
<xsd:element ref="processor"/>
<xsd:element ref="custom-processor"/>
</xsd:choice>
<xsd:element minOccurs="0" ref="abstract-catch-all-strategy"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 8/8)
abstract-catch-all-strategy
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 4 elements
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="abstract-catch-all-strategy"/>

abstract-inbound-endpoint
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 30 elements
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstract-inbound-endpoint"/>

abstract-inbound-router
Type:
abstractInboundRouterType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 10 elements
XML Source (see within schema source)
<xsd:element ref="abstract-inbound-router"/>

abstract-transformer
Type:
commonTransformerType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
affiliated to substitution group abstract-message-processor; may be substituted with 80 elements
XML Source (see within schema source)
<xsd:element ref="abstract-transformer"/>

collection-splitter
Type:
anonymous complexType (extension of baseSplitterType), complex content
XML Source (see within schema source)
<xsd:element ref="collection-splitter"/>

custom-processor
Type:
XML Source (see within schema source)
<xsd:element ref="custom-processor"/>

processor
Type:
refMessageProcessorType, complex content
XML Source (see within schema source)
<xsd:element ref="processor"/>

splitter
Type:
anonymous complexType (extension of baseSplitterType), complex content
XML Source (see within schema source)
<xsd:element ref="splitter"/>

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.