complexType "asyncType"
Namespace:
Content:
complex, 2 attributes, attr. wildcard, 4 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | ("asynchronous" | "queued-asynchronous")) : "queued-asynchronous"
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor)+
</...>
Content Model Elements (4):
abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations
All Direct / Indirect Based Elements (1):
async
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      asyncType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="asyncType">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:sequence>
<xsd:group maxOccurs="unbounded" ref="messageProcessorOrOutboundEndpoint"/>
</xsd:sequence>
<xsd:attribute default="queued-asynchronous" name="processingStrategy" use="optional">
<xsd:simpleType>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="asynchronous"/>
<xsd:enumeration value="queued-asynchronous"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="name" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
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"/>

processingStrategy
Type:
anonymous simpleType (union of (restriction of xsd:string | restriction of xsd:NMTOKEN))
Use:
optional
Strategy used to process the configured message processors when exchange pattern is 'one-way'. This attribute accepts either one of the enumerated strategies with default configuration options or a reference to a gloablly defined strategy.
Attribute Value
xsd:string | ("asynchronous" | "queued-asynchronous")
Default:
"queued-asynchronous"
Anonymous simpleType
Type Derivation Tree
union of (restriction of xsd:string | restriction of xsd:NMTOKEN)
  simpleType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:string
    The name of a globally configured processing strategy
  2. anonymous simpleType:
    Derivation:
    restriction of xsd:NMTOKEN
    Facets:
    enumeration:
    "asynchronous"
     - 
    Uses a thread pool to process the pipeline of message processors asynchronously.
    "queued-asynchronous"
     - 
    Decouples the recieving of a new message from it's processing using a queue. The queue is polled and a thread pool is used to process the pipeline of message processors asynchronously.
XML Source (w/o annotations (4); see within schema source)
<xsd:attribute default="queued-asynchronous" name="processingStrategy" use="optional">
<xsd:simpleType>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="asynchronous"/>
<xsd:enumeration value="queued-asynchronous"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>

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.