complexType "asyncType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
xsd:string
    >
   
Content: 
(abstract-message-processor | abstract-outbound-endpoint)+, threading-profile?
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  asyncType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="asyncType">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:sequence>
<xsd:group maxOccurs="unbounded" ref="messageProcessorOrOutboundEndpoint"/>
<xsd:element minOccurs="0" ref="threading-profile"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/1)
name
Type:
xsd:string, predefined
Use:
optional
Optional name that will be used to name the threads used by this flow.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="xsd:string" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 1/3)
threading-profile
Type:
threadingProfileType, empty content
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="threading-profile"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.