simpleType "httpMethodTypes"
Namespace:
Defined:
globally in mule-http.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NMTOKEN
Simple Content Restrictions:
Enumeration:
"OPTIONS", "GET", "HEAD", "PATCH", "POST", "PUT", "TRACE", "CONNECT", "DELETE"

All Direct / Indirect Based Attributes (1):
propertyAttributes/@method
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:NMTOKEN (restriction)
  httpMethodTypes
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"OPTIONS", "GET", "HEAD", "PATCH", "POST", "PUT", "TRACE", "CONNECT", "DELETE"
XML Source (see within schema source)
<xsd:simpleType name="httpMethodTypes">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="OPTIONS"/>
<xsd:enumeration value="GET"/>
<xsd:enumeration value="HEAD"/>
<xsd:enumeration value="PATCH"/>
<xsd:enumeration value="POST"/>
<xsd:enumeration value="PUT"/>
<xsd:enumeration value="TRACE"/>
<xsd:enumeration value="CONNECT"/>
<xsd:enumeration value="DELETE"/>
</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.