Definition Type: AttributeGroup
Name: QueueGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Information to identify a queue.
Collapse XSD Schema Diagram:
Drilldown into QueueID in schema ota_commontypes_xsd1 Drilldown into SystemCode in schema ota_commontypes_xsd1 Drilldown into QueueCategory in schema ota_commontypes_xsd1 Drilldown into QueueNumber in schema ota_commontypes_xsd1 Drilldown into PseudoCityCode in schema ota_commontypes_xsd1XSD Diagram of QueueGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="QueueGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Information to identify a queue.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="PseudoCityCode" type="StringLength1to16" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The ATA/IATA airport/city code, office code, pseudo city code, etc. of the queue.</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 queue on which the booking file resides in the system.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="QueueCategory" type="AlphaNumericStringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The category of the queue.</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="QueueID" type="AlphaNumericStringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">An additional identifier to determine the exact queue on which a reservation record should be placed</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
PseudoCityCode PseudoCityCode Optional
QueueNumber QueueNumber Optional
QueueCategory QueueCategory Optional
SystemCode SystemCode Optional
QueueID QueueID Optional