Definition Type: SimpleType
Name: ActionCodeType
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
Identifies the action code for a booking - OK, Waitlist etc.
Collapse XSD Schema Diagram:
XSD Diagram of ActionCodeType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:simpleType name="ActionCodeType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies the action code for a booking - OK, Waitlist etc.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="OK">
            <xs:annotation>
                <xs:documentation xml:lang="en">Status is confirmed.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Waitlist">
            <xs:annotation>
                <xs:documentation xml:lang="en">Status is waitlisted.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Other">
            <xs:annotation>
                <xs:documentation xml:lang="en">Status is other.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Cancel">
            <xs:annotation>
                <xs:documentation xml:lang="en">Status is cancel.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Need">
            <xs:annotation>
                <xs:documentation xml:lang="en"> Status is need.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration OK
Enumeration Waitlist
Enumeration Other
Enumeration Cancel
Enumeration Need