<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>
|