Definition Type: Attribute
Name: ResponseType
Namespace: http://www.opentravel.org/OTA/2003/05
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirBaggageRS.xsd
ContentType Restriction
Use Optional
Documentation:
The baggage information contained in the response.
Collapse XSD Schema Diagram:
XSD Diagram of ResponseType in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="ResponseType" use="optional">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">The baggage information contained in the response.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="Baggage Charge">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">Retrieves baggage charges for a specified itinerary or traveler(s).</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Baggage Allowance">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">Retrieves baggage allowances for a specified itinerary or traveler(s).</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Baggage Charge and Allowance">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">Retrieves both baggage allowances and charges for a specified itinerary or traveler(s).</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Baggage List">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">Retrieves a baggage list for a specified itinerary or airline carrier.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Baggage Charge
Enumeration Baggage Allowance
Enumeration Baggage Charge and Allowance
Enumeration Baggage List