simpleType "statusType"
Namespace:
Defined:
globally in mule-http.xsd; see XML source
Used:
Simple Content Model
(xsd:string | xsd:int) | ("100" | "101" | "200" | "201" | "202" | "203" | "204" | "205" | "100" | "206" | "300" | "301" | "302" | "303" | "304" | "305" | "307" | "400" | "401" | "402" | "403" | "404" | "405" | "406" | "407" | "408" | "409" | "410" | "411" | "412" | "413" | "414" | "415" | "416" | "417" | "500" | "501" | "502" | "503" | "504" | "300" | "505")
All Direct / Indirect Based Attributes (1):
response-builder/@status
Known Usage Locations
Type Definition Detail
Type Derivation Tree
union of (restriction of mule:substitutableInt | restriction of xsd:NMTOKEN)
  statusType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of mule:substitutableInt
    The Status Code of the HTTP response.
  2. anonymous simpleType:
    Derivation:
    restriction of xsd:NMTOKEN
    Facets:
    enumeration:
    "100"
     - 
    Continue
    "101"
     - 
    Switching Protocol
    "200"
     - 
    OK
    "201"
     - 
    Created
    "202"
     - 
    Accepted
    "203"
     - 
    Non-Authoritative Information
    "204"
     - 
    No Content
    "205"
     - 
    Reset Content
    "100"
     - 
    Continue
    "206"
     - 
    Partial Content
    "300"
     - 
    Multiple Choices
    "301"
     - 
    Moved Permanently
    "302"
     - 
    Found
    "303"
     - 
    See Other
    "304"
     - 
    Not Modified
    "305"
     - 
    Use Proxy
    "307"
     - 
    Temporary Redirect
    "400"
     - 
    Bad Request
    "401"
     - 
    Unauthorized
    "402"
     - 
    Payment Required
    "403"
     - 
    Forbidden
    "404"
     - 
    Not Found
    "405"
     - 
    Method Not Allowed
    "406"
     - 
    Not Acceptable
    "407"
     - 
    Proxy Authentication Required
    "408"
     - 
    Request Timeout
    "409"
     - 
    Conflict
    "410"
     - 
    Gone
    "411"
     - 
    Length Required
    "412"
     - 
    Precondition Failed
    "413"
     - 
    Request Entity Too Large
    "414"
     - 
    Request-URI too long
    "415"
     - 
    Unsupported Media Type
    "416"
     - 
    Requested Range Not Satisfiable
    "417"
     - 
    Expectation Failed
    "500"
     - 
    Internal Server Error
    "501"
     - 
    Not Implemented
    "502"
     - 
    Bad Gateway
    "503"
     - 
    Service Unavailable
    "504"
     - 
    Gateway Timeout
    "300"
     - 
    Multiple Choices
    "505"
     - 
    HTTP Version Not Supported
XML Source (w/o annotations (43); see within schema source)
<xsd:simpleType name="statusType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="mule:substitutableInt"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="100"/>
<xsd:enumeration value="101"/>
<xsd:enumeration value="200"/>
<xsd:enumeration value="201"/>
<xsd:enumeration value="202"/>
<xsd:enumeration value="203"/>
<xsd:enumeration value="204"/>
<xsd:enumeration value="205"/>
<xsd:enumeration value="100"/>
<xsd:enumeration value="206"/>
<xsd:enumeration value="300"/>
<xsd:enumeration value="301"/>
<xsd:enumeration value="302"/>
<xsd:enumeration value="303"/>
<xsd:enumeration value="304"/>
<xsd:enumeration value="305"/>
<xsd:enumeration value="307"/>
<xsd:enumeration value="400"/>
<xsd:enumeration value="401"/>
<xsd:enumeration value="402"/>
<xsd:enumeration value="403"/>
<xsd:enumeration value="404"/>
<xsd:enumeration value="405"/>
<xsd:enumeration value="406"/>
<xsd:enumeration value="407"/>
<xsd:enumeration value="408"/>
<xsd:enumeration value="409"/>
<xsd:enumeration value="410"/>
<xsd:enumeration value="411"/>
<xsd:enumeration value="412"/>
<xsd:enumeration value="413"/>
<xsd:enumeration value="414"/>
<xsd:enumeration value="415"/>
<xsd:enumeration value="416"/>
<xsd:enumeration value="417"/>
<xsd:enumeration value="500"/>
<xsd:enumeration value="501"/>
<xsd:enumeration value="502"/>
<xsd:enumeration value="503"/>
<xsd:enumeration value="504"/>
<xsd:enumeration value="300"/>
<xsd:enumeration value="505"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</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.