Definition Type: SimpleType
Name: ErrorStatus_Enum
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ErrorStatus_Enum in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="ErrorStatus_Enum">
    <xsd:annotation>
        <xsd:appinfo>
            <otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ErrorStatus_Enum</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="NotProcessed">
            <xsd:annotation>
                <xsd:documentation source="Description">The error occurred prior to processing of the request (or if during the processing of the request, before the intentions of the request were completed).</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Incomplete">
            <xsd:annotation>
                <xsd:documentation source="Description">The error occurred during processing of the request. The request was partially completed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Complete">
            <xsd:annotation>
                <xsd:documentation source="Description">The error occurred after successful processing of the request. The requested process was completed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Unknown">
            <xsd:annotation>
                <xsd:documentation source="Description">The status of the request is unknown.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration NotProcessed
Enumeration Incomplete
Enumeration Complete
Enumeration Unknown
Collapse Derivation Tree:
Collapse References:
ota2-0400:status