Namespace: |
|
Content: |
empty, 5 attributes |
Defined: |
globally in mule.xsd; see XML source |
Includes: |
definitions of 5 attributes |
Used: |
at 1 location |
XML Representation Summary | |||
<... | |||
maxActive | = |
xsd:string | |
maxIdle | = |
xsd:string | |
initialisationPolicy | = |
("INITIALISE_NONE" | "INITIALISE_ONE" | "INITIALISE_ALL") : "INITIALISE_ONE" | |
exhaustedAction | = |
("WHEN_EXHAUSTED_GROW" | "WHEN_EXHAUSTED_WAIT" | "WHEN_EXHAUSTED_FAIL") : "WHEN_EXHAUSTED_GROW" | |
maxWait | = |
xsd:string | |
/> |
Type Derivation Tree abstractPoolingProfileType (extension) ![]() |
<xsd:complexType name="poolingProfileType"> <xsd:complexContent> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="INITIALISE_NONE"/> <xsd:enumeration value="INITIALISE_ONE"/> <xsd:enumeration value="INITIALISE_ALL"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="WHEN_EXHAUSTED_GROW"/> <xsd:enumeration value="WHEN_EXHAUSTED_WAIT"/> <xsd:enumeration value="WHEN_EXHAUSTED_FAIL"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <!-- <xsd:attribute name="factory" type="xsd:string" default="org.mule.config.pool.CommonsPoolFactory"/> --> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
Type: |
|
Use: |
optional |
enumeration of xsd:NMTOKEN |
Enumeration: |
"WHEN_EXHAUSTED_GROW", "WHEN_EXHAUSTED_WAIT", "WHEN_EXHAUSTED_FAIL" |
Default: |
"WHEN_EXHAUSTED_GROW" |
Type Derivation Tree xsd:NMTOKEN (restriction) ![]() |
Derivation: |
restriction of xsd:NMTOKEN |
|||
Facets: |
|
<xsd:attribute default="WHEN_EXHAUSTED_GROW" name="exhaustedAction"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="WHEN_EXHAUSTED_GROW"/> <xsd:enumeration value="WHEN_EXHAUSTED_WAIT"/> <xsd:enumeration value="WHEN_EXHAUSTED_FAIL"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
Type: |
|
Use: |
optional |
enumeration of xsd:NMTOKEN |
Enumeration: |
"INITIALISE_NONE", "INITIALISE_ONE", "INITIALISE_ALL" |
Default: |
"INITIALISE_ONE" |
Type Derivation Tree xsd:NMTOKEN (restriction) ![]() |
Derivation: |
restriction of xsd:NMTOKEN |
|||
Facets: |
|
<xsd:attribute default="INITIALISE_ONE" name="initialisationPolicy"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="INITIALISE_NONE"/> <xsd:enumeration value="INITIALISE_ONE"/> <xsd:enumeration value="INITIALISE_ALL"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="maxActive" type="xsd:string"/> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="maxIdle" type="xsd:string"/> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="maxWait" type="xsd:string"/> |
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. |