Definition Type: Element
Name: AirReservation
Namespace: http://www.opentravel.org/OTA/2003/05
Type: AirReservationType
Containing Schema: OTA_AirDisplayQueueRS.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Specifies the full booking file data.
Collapse XSD Schema Diagram:
Drilldown into Reason in schema ota_airdisplayqueuers_xsd Drilldown into PricingOverview in schema ota_aircommontypes_xsd Drilldown into Comment in schema ota_aircommontypes_xsd Drilldown into BookingReferenceID in schema ota_aircommontypes_xsd Drilldown into Queues in schema ota_aircommontypes_xsd Drilldown into Ticketing in schema ota_aircommontypes_xsd Drilldown into Fulfillment in schema ota_aircommontypes_xsd Drilldown into TravelerInfo in schema ota_aircommontypes_xsd Drilldown into PriceInfo in schema ota_aircommontypes_xsd Drilldown into AirItinerary in schema ota_aircommontypes_xsd Drilldown into LastModified in schema ota_aircommontypes_xsd Drilldown into AirReservationType in schema ota_aircommontypes_xsdXSD Diagram of AirReservation in schema ota_airdisplayqueuers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AirReservation" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies the full booking file data.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="AirReservationType">
                <xs:sequence>
                    <xs:element name="Reason" minOccurs="0">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Identifies the reason and method for queuing.</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:simpleContent>
                                <xs:extension base="StringLength1to255">
                                    <xs:attribute name="Number" type="Numeric1to9999">
                                        <xs:annotation>
                                            <xs:documentation xml:lang="en">Number corresponding to reason text.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                    <xs:attribute name="QueuingMethod" type="StringLength1to64">
                                        <xs:annotation>
                                            <xs:documentation xml:lang="en">Specifies the method (e.g., manual, automatic, time initiated) of queuing.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                </xs:extension>
                            </xs:simpleContent>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AirItinerary AirItinerary 0 (1)
PriceInfo PriceInfo 0 (1)
TravelerInfo TravelerInfo 0 (1)
Fulfillment Fulfillment 0 (1)
Ticketing Ticketing 0 99
Queues Queues 0 (1)
BookingReferenceID BookingReferenceID 0 99
Comment Comment 0 (1)
PricingOverview PricingOverview 0 (1)
Reason nsA:Reason 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
LastModified LastModified Optional
Collapse Derivation Tree: