Definition Type: Attribute
Name: ResBookDesigCodeType
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
To specify the types of RBD's (Res Book Desig Codes) that should be returned as opposed to a specific RBD.
Collapse XSD Schema Diagram:
XSD Diagram of ResBookDesigCodeType in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="ResBookDesigCodeType" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">To specify the types of RBD's (Res Book Desig Codes) that should be returned as opposed to a specific RBD.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Displayable">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Only return displayable RBDs.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="NonDisplayable">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Only return non-displayable RBD's.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="All">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Return all RBD's, displayable and non-displayable.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Displayable
Enumeration NonDisplayable
Enumeration All