Definition Type: SimpleType
Name: Enum_ProcessingCondition
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Documentation:
Processing Condition types. Open enumerated list.
Collapse XSD Schema Diagram:
XSD Diagram of Enum_ProcessingCondition in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="Enum_ProcessingCondition">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Processing Condition types. Open enumerated list.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Advisory" />
        <xsd:enumeration value="ApplicationError">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that an involved backend application returned an error or warning, which is passed back in the response message.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AuthenticalModel">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates the type of authentication requested is not recognized.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Authentication">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates the message lacks adequate security credentials.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AuthenticationTimeout">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that the security credentials in the message have expired.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Authorization">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates the message lacks adequate security credentials.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="BusinessRule">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that the XML message has passed a low-level validation check, but that the business rules for the request message were not met.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="NoImplementation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that the target business system has no implementation for the intended request.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ProcessingException">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that during processing of the request that a not further defined exception occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ProtocolViolation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that a request was sent within a message exchange that does not align to the message.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="RequiredFieldMissing">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that an element or attribute that is required in by the schema (or required by agreement between trading partners) is missing from the message.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="TransactionModel">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that the target business system does not support the intended transaction-oriented operation.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Unknown">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates an unknown error.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Other_" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Advisory
Enumeration ApplicationError
Enumeration AuthenticalModel
Enumeration Authentication
Enumeration AuthenticationTimeout
Enumeration Authorization
Enumeration BusinessRule
Enumeration NoImplementation
Enumeration ProcessingException
Enumeration ProtocolViolation
Enumeration RequiredFieldMissing
Enumeration TransactionModel
Enumeration Unknown
Enumeration Other_
Collapse Derivation Tree:
Collapse References:
ota2msg:Type