complexType "asyncReplyCollectionType"
Namespace:
Content:
complex, 2 attributes, 5 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes, 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
abstract-inbound-endpoint+, (abstract-async-reply-router | abstract-inbound-router | processor | custom-processor)*
</...>
Content Model Elements (5):
abstract-async-reply-router, abstract-inbound-endpoint, abstract-inbound-router, custom-processor, processor
All Direct / Indirect Based Elements (1):
async-reply
Known Usage Locations
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="asyncReplyCollectionType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="abstract-inbound-endpoint"/>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="abstract-async-reply-router"/>
<!-- Deprecated -->
<xsd:element ref="abstract-inbound-router"/>
<xsd:element ref="processor"/>
<xsd:element ref="custom-processor"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="timeout" type="substitutableInt"/>
<xsd:attribute name="failOnTimeout" type="substitutableBoolean"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
failOnTimeout
Type:
Use:
optional
If the router times out before all expected events have been received, specifies whether an exception should be thrown (true) or the current events should be returned for processing (false). The default is true.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="failOnTimeout" type="substitutableBoolean"/>

timeout
Type:
Use:
optional
The timeout (ms) to wait for a reply.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="substitutableInt"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
abstract-async-reply-router
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 3 elements
XML Source (see within schema source)
<xsd:element ref="abstract-async-reply-router"/>

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="1" 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"/>

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"/>

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.