Definition Type: Element
Name: QueueItems
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirDisplayQueueRS.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Container for air queue item elements.
Collapse XSD Schema Diagram:
Drilldown into QueueItem in schema ota_airdisplayqueuers_xsd Drilldown into QueueNumber in schema ota_airdisplayqueuers_xsd Drilldown into SystemCode in schema ota_airdisplayqueuers_xsd Drilldown into PseudoCityCode in schema ota_airdisplayqueuers_xsdXSD Diagram of QueueItems in schema ota_airdisplayqueuers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="QueueItems">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container for air queue item elements.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="QueueItem" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Condensed information about the queued booking file.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <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" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">Number corresponding to reason text.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="QueuingMethod" type="StringLength1to64" use="optional">
                                            <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:element name="BookingReferenceID" type="UniqueID_Type">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">This is the identifier stored on the booking system, also referred to as a PNR locator, confirmation number or reservation number.</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                    </xs:sequence>
                    <xs:attributeGroup ref="QueueGroup" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="PseudoCityCode" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">An ATA/IATA airport/city code, office code, pseudo city code, etc. of the queue to be returned. If this is omitted, the pseudo city code contained in the point of sale information should be used.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SystemCode" type="StringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies the airline and/or system where the queue resides. If this is omitted, the airline and/or system code (AirlineVendorID) contained in the point of sale information should be used.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="QueueNumber" type="AlphaNumericStringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">An identifier specifying the requested queue on which the booking file resides in the system.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QueueItem nsA:QueueItem (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
PseudoCityCode nsA:PseudoCityCode Optional
SystemCode nsA:SystemCode Optional
QueueNumber nsA:QueueNumber Optional