Definition Type: Element
Name: QueuePNR
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirDemandTicketRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Information to specify the queue on which a PNR should be placed after the ticket is isssued.
Collapse XSD Schema Diagram:
Drilldown into DateRangeNumber in schema ota_airdemandticketrq_xsd Drilldown into Date in schema ota_airdemandticketrq_xsd 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_xsd1 Drilldown into QueueGroup in schema ota_commontypes_xsd1XSD Diagram of QueuePNR in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="QueuePNR" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Information to specify the queue on which a PNR should be placed after the ticket is isssued.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="QueueGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Information to identify a queue.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
        <xs:attribute name="Date" type="DateOrMonthDay" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The month and day of the queue on which the PNR is to be placed.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DateRangeNumber" type="xs:integer" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">A number specifying a range of days (e.g., today plus 3, today plus 6) for the queue on which the PNR is to be placed. </xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
PseudoCityCode PseudoCityCode Optional
QueueNumber QueueNumber Optional
QueueCategory QueueCategory Optional
SystemCode SystemCode Optional
QueueID QueueID Optional
Date nsA:Date Optional
DateRangeNumber nsA:DateRangeNumber Optional