Definition Type: Attribute
Name: BookingMethod
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 booking method that should be applied to the offer.
Collapse XSD Schema Diagram:
XSD Diagram of BookingMethod in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="BookingMethod" use="optional">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">The booking method that should be applied to the offer.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="SSR_SpecialServiceRequest" />
            <xs:enumeration value="OSI_OtherServiceInformation" />
            <xs:enumeration value="API_AdvancedPassengerInformation" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration SSR_SpecialServiceRequest
Enumeration OSI_OtherServiceInformation
Enumeration API_AdvancedPassengerInformation