Namespace: |
|
Content: |
complex, 2 attributes, attr. wildcard, 4 elements |
Defined: |
globally in mule.xsd; see XML source |
Includes: |
definitions of 2 attributes |
Used: |
at 1 location |
XML Representation Summary |
|||||||||
<... | |||||||||
|
|||||||||
{any attribute with non-schema namespace} | |||||||||
> | |||||||||
|
|||||||||
</...> |
Type Derivation Tree ![]() ![]() |
<xsd:complexType name="asyncType"> <xsd:complexContent> <xsd:sequence> </xsd:sequence> <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:extension> </xsd:complexContent> </xsd:complexType> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="name" type="xsd:string" use="optional"/> |
Type: |
|
Use: |
optional |
xsd:string | ("asynchronous" | "queued-asynchronous") |
Default: |
"queued-asynchronous" |
Type Derivation Tree union of (restriction of xsd:string | restriction of xsd:NMTOKEN) ![]() |
Derivation: |
by union |
Derivation: |
restriction of xsd:string The name of a globally configured processing strategy |
Derivation: |
restriction of xsd:NMTOKEN |
|||||||||
Facets: |
|
<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. |