complexType "threadingProfileType"
Namespace:
Content:
empty, 7 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean) : "true"
 = 
(xsd:string | xsd:int)
 = 
("WAIT" | "DISCARD" | "DISCARD_OLDEST" | "ABORT" | "RUN")
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
/>
All Direct / Indirect Based Elements (7):
default-dispatcher-threading-profile, default-receiver-threading-profile, default-service-threading-profile, default-threading-profile, dispatcher-threading-profile, receiver-threading-profile, threading-profile
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractServiceThreadingProfileType (extension)
  threadingProfileType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="threadingProfileType">
<xsd:complexContent>
<!-- this is a hack that allows us to use this general threading profile as a component threading profile
without retyping everything
-->
<xsd:attribute name="maxThreadsActive" type="substitutableInt"/>
<xsd:attribute name="maxThreadsIdle" type="substitutableInt"/>
<xsd:attribute default="true" name="doThreading" type="substitutableBoolean"/>
<xsd:attributeGroup ref="commonThreadPoolAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/7)
doThreading
Type:
Use:
optional
Whether threading should be used (default is true).
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="doThreading" type="substitutableBoolean"/>

maxThreadsActive
Type:
Use:
optional
The maximum number of threads that will be used.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxThreadsActive" type="substitutableInt"/>

maxThreadsIdle
Type:
Use:
optional
The maximum number of idle or inactive threads that can be in the pool before they are destroyed.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxThreadsIdle" 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.