Definition Type: Element
Name: TicketItemInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirDemandTicketRS.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Information for the ticket that was issued.
Collapse XSD Schema Diagram:
Drilldown into ConjunctiveTicket in schema ota_airdemandticketrs_xsd Drilldown into PassengerName in schema ota_airdemandticketrs_xsd Drilldown into TicketingStatus in schema ota_airdemandticketrs_xsd Drilldown into NetAmount in schema ota_airdemandticketrs_xsd Drilldown into PaymentType in schema ota_airdemandticketrs_xsd Drilldown into CommissionAmount in schema ota_airdemandticketrs_xsd Drilldown into TotalAmount in schema ota_airdemandticketrs_xsd Drilldown into InvoiceNumber in schema ota_airdemandticketrs_xsd Drilldown into ItemNumber in schema ota_airdemandticketrs_xsd Drilldown into Type in schema ota_airdemandticketrs_xsd Drilldown into TicketNumber in schema ota_airdemandticketrs_xsdXSD Diagram of TicketItemInfo in schema ota_airdemandticketrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TicketItemInfo" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Information for the ticket that was issued.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PassengerName" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The name of the person for whom the ticket was issued.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="PersonNameType">
                            <xs:attribute name="PassengerTypeCode" type="AlphaLength3" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Used to identify the PTC code (passenger type code) for the passenger (e.g. infant).</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="ConjunctiveTicket" minOccurs="0" maxOccurs="3">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Used to specify conjunctive ticket/document numbers.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="TicketNumber" type="StringLength1to32" use="required">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The number of the conjunctive ticket/document that was issued.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="TicketNumber" type="StringLength1to32" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The number of the document that was issued.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Type" type="TicketType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The type of document that was issued (e.g., electronic ticket, MCO).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ItemNumber" type="NumericStringLength1to5" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The number associated with the document for back office accounting purposes.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="InvoiceNumber" type="StringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The invoice number associated with the document that was issued.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TotalAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The gross total amount of the ticket.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="CommissionAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The amount of commission that will be paid.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="PaymentType" type="OTA_CodeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The form of payment for the ticket. Refer to OTA code list Payment Type (PMT).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="NetAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The monetary value of the ticket after any applicable deductions have been made to the total (i.e., gross) amount.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TicketingStatus" type="OTA_CodeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The status of the ticket. Refer to OTA Code List Ticketing Status (TST).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PassengerName nsA:PassengerName 0 (1)
ConjunctiveTicket nsA:ConjunctiveTicket 0 3
Collapse Child Attributes:
Name Type Default Value Use
TicketNumber nsA:TicketNumber Optional
Type nsA:Type Optional
ItemNumber nsA:ItemNumber Optional
InvoiceNumber nsA:InvoiceNumber Optional
TotalAmount nsA:TotalAmount Optional
CommissionAmount nsA:CommissionAmount Optional
PaymentType nsA:PaymentType Optional
NetAmount nsA:NetAmount Optional
TicketingStatus nsA:TicketingStatus Optional