complexType "asynchronousProcessingStrategy"
Namespace:
Content:
complex, 7 attributes, attr. wildcard, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
("WAIT" | "DISCARD" | "DISCARD_OLDEST" | "ABORT" | "RUN")
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</...>
Content Model Elements (1):
annotations
Known Direct Subtypes (1):
queuedAsynchronousProcessingStrategy
All Direct / Indirect Based Elements (4):
asynchronous-processing-strategy, queued-asynchronous-processing-strategy, queued-thread-per-processor-processing-strategy, thread-per-processor-processing-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  processingStrategyType (extension)
      asynchronousProcessingStrategy
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="asynchronousProcessingStrategy">
<xsd:complexContent>
<xsd:extension base="processingStrategyType">
<xsd:attribute name="maxThreads" type="substitutableInt"/>
<xsd:attribute name="minThreads" type="substitutableInt"/>
<xsd:attributeGroup ref="commonThreadPoolAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/8)
maxThreads
Type:
Use:
optional
The maximum number of threads that will be used when under load.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxThreads" type="substitutableInt"/>

minThreads
Type:
Use:
optional
The number of idle threads that will kept in the pool when there is no load.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="minThreads" type="substitutableInt"/>

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.