Definition Type: Element
Name: Queues
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A container for queue information.
Collapse XSD Schema Diagram:
Drilldown into Queue in schema ota_aircommontypes_xsd1XSD Diagram of Queues in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Queues" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A container for queue information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Queue" maxOccurs="10">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies queue information for this booking.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="QueueGroup" />
                    <xs:attribute name="DateTime" type="DateOrDateTimeType" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Date/time when the time initiated queuing should take place.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="Text" type="StringLength1to128" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Text describing why the queuing takes place.
</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="CarrierCode" type="StringLength1to8" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Identifies airline/system on which the reservation is being queued.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Queue Queue (1) 10