Definition Type: Element
Name: TicketingInformation
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirBaggageRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The original ticket/document issue information.
Collapse XSD Schema Diagram:
Drilldown into IssuingAirlineCode in schema ota_airbaggagerq_xsd Drilldown into LocationCode in schema ota_airbaggagerq_xsd Drilldown into DateOfIssue in schema ota_airbaggagerq_xsd Drilldown into IssuingAgentID in schema ota_airbaggagerq_xsd Drilldown into TicketDocumentNbr in schema ota_airbaggagerq_xsdXSD Diagram of TicketingInformation in schema ota_airbaggagerq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TicketingInformation" minOccurs="0">
    <xs:annotation>
        <xs:documentation>The original ticket/document issue information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="TicketDocumentNbr" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Ticket/ document number,</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: BWA42317</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">Note: This is the original ticket/document number.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IssuingAgentID" type="NumericStringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Issuing agent ID.</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: 91256690</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">Note: This is the ID of the original issuer of the ticket/document.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DateOfIssue" type="xs:date" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Date of issue.</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: 2013-01-13</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">Note: This is the date the ticket/document was originally issued.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="LocationCode" type="StringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Original issue location.</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: NYC14</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IssuingAirlineCode" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Original issuing airline code.</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: BWA</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
TicketDocumentNbr nsA:TicketDocumentNbr Optional
IssuingAgentID nsA:IssuingAgentID Optional
DateOfIssue nsA:DateOfIssue Optional
LocationCode nsA:LocationCode Optional
IssuingAirlineCode nsA:IssuingAirlineCode Optional