simpleType "styleType"
Namespace:
Defined:
globally in mule-axis.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NMTOKEN
Simple Content Restrictions:
Enumeration:
"RPC", "DOCUMENT", "MESSAGE", "WRAPPED"

All Direct / Indirect Based Attributes (2):
generalPropertyAttributes/@style, wrapperComponentType/@style
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:NMTOKEN (restriction)
  styleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"RPC", "DOCUMENT", "MESSAGE", "WRAPPED"
XML Source (see within schema source)
<xsd:simpleType name="styleType">
<xsd:restriction base="xsd:NMTOKEN">
<!-- see org.apache.axis.constants.Style -->
<xsd:enumeration value="RPC"/>
<xsd:enumeration value="DOCUMENT"/>
<xsd:enumeration value="MESSAGE"/>
<xsd:enumeration value="WRAPPED"/>
</xsd:restriction>
</xsd:simpleType>

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.