Definition Type: SimpleType
Name: SpecialRemarkOptionType
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
Identifies the type of special remark used.
Collapse XSD Schema Diagram:
XSD Diagram of SpecialRemarkOptionType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:simpleType name="SpecialRemarkOptionType">
    <xs:annotation>
        <xs:documentation xml:lang="en"> Identifies the type of special remark used.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Itinerary">
            <xs:annotation>
                <xs:documentation xml:lang="en"> Remarks apply to the itinerary.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Invoice">
            <xs:annotation>
                <xs:documentation xml:lang="en"> Remarks apply to the invoice.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Endorsement">
            <xs:annotation>
                <xs:documentation xml:lang="en"> Remarks apply to the endorsement.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Save">
            <xs:annotation>
                <xs:documentation xml:lang="en">Remarks which can be deleted by the author only.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Confidential">
            <xs:annotation>
                <xs:documentation xml:lang="en">Confidential remarks which are visible only to the author and system providers.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Free">
            <xs:annotation>
                <xs:documentation xml:lang="en">Free text remarks which can be sent to specific airlines.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="GRMS">
            <xs:annotation>
                <xs:documentation xml:lang="en">Remarks from or to a specific group revenue management system (GRMS).</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Split">
            <xs:annotation>
                <xs:documentation xml:lang="en">Remarks containing information about split transaction (Split off PNR address, time, who, etc.).</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Itinerary
Enumeration Invoice
Enumeration Endorsement
Enumeration Save
Enumeration Confidential
Enumeration Free
Enumeration GRMS
Enumeration Split