Namespace: |
|
Content: |
empty, 7 attributes |
Defined: |
globally in mule.xsd; see XML source |
Includes: |
definitions of 7 attributes |
Used: |
at 7 locations |
XML Representation Summary | |||
<... | |||
maxThreadsActive | = |
(xsd:string | xsd:int) | |
maxThreadsIdle | = |
(xsd:string | xsd:int) | |
threadTTL | = |
(xsd:string | xsd:int) | |
poolExhaustedAction | = |
("WAIT" | "DISCARD" | "DISCARD_OLDEST" | "ABORT" | "RUN") | |
threadWaitTimeout | = |
(xsd:string | xsd:int) | |
doThreading | = |
(xsd:string | xsd:boolean) : "true" | |
maxBufferSize | = |
(xsd:string | xsd:int) | |
/> |
Type Derivation Tree abstractServiceThreadingProfileType (extension) ![]() |
<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:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="WAIT"/> <xsd:enumeration value="DISCARD"/> <xsd:enumeration value="DISCARD_OLDEST"/> <xsd:enumeration value="ABORT"/> <xsd:enumeration value="RUN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
Type: |
|
Use: |
optional |
xsd:string | xsd:boolean |
Default: |
"true" |
<xsd:attribute default="true" name="doThreading" type="substitutableBoolean"/> |
Type: |
|
Use: |
optional |
xsd:string | xsd:int |
<xsd:attribute name="maxBufferSize" type="substitutableInt"/> |
Type: |
|
Use: |
optional |
xsd:string | xsd:int |
<xsd:attribute name="maxThreadsActive" type="substitutableInt"/> |
Type: |
|
Use: |
optional |
xsd:string | xsd:int |
<xsd:attribute name="maxThreadsIdle" type="substitutableInt"/> |
Type: |
|
Use: |
optional |
enumeration of xsd:NMTOKEN |
Enumeration: |
"WAIT", "DISCARD", "DISCARD_OLDEST", "ABORT", "RUN" |
Type Derivation Tree xsd:NMTOKEN (restriction) ![]() |
Derivation: |
restriction of xsd:NMTOKEN |
|||
Facets: |
|
<xsd:attribute name="poolExhaustedAction"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="WAIT"/> <xsd:enumeration value="DISCARD"/> <xsd:enumeration value="DISCARD_OLDEST"/> <xsd:enumeration value="ABORT"/> <xsd:enumeration value="RUN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
Type: |
|
Use: |
optional |
xsd:string | xsd:int |
<xsd:attribute name="threadTTL" type="substitutableInt"/> |
Type: |
|
Use: |
optional |
xsd:string | xsd:int |
<xsd:attribute name="threadWaitTimeout" type="substitutableInt"/> |
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. |