diagram | ![]() |
||
children | IssueData AgencyData Passenger Contact Itinerary Price Taxes FareCalculation FOPData Endorsements TourCode Comments BarCode QRCode VATInfo | ||
used by |
|
||
source | <s:complexType name="TicketDataType"> <s:sequence> <s:element name="IssueData"> <s:complexType> <s:attribute name="IssueDate" type="s:date" use="required"> <s:annotation> <s:documentation>Date of issue</s:documentation> </s:annotation> </s:attribute> <s:attribute name="IssueCRS" type="CRSType" use="required"> <s:annotation> <s:documentation>Issuing CRS code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="IssueRLOC" type="s:string"> <s:annotation> <s:documentation>Record locator in issuing CRS</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AirlineRLOC" type="s:string"> <s:annotation> <s:documentation>Record locator of validating carrier</s:documentation> </s:annotation> </s:attribute> <s:attribute name="OriginalIssue" type="s:string"> <s:annotation> <s:documentation>Ticket number of original ticket, if this ticket was exchanged-reissued</s:documentation> </s:annotation> </s:attribute> <s:attribute name="InExchangeFor" type="s:string"> <s:annotation> <s:documentation>Ticket number of original ticket, if this ticket was exchanged-reissued</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> <s:element name="AgencyData"> <s:complexType> <s:attribute name="IATANumber" type="s:string" use="required"/> <s:attribute name="AgencyName" type="s:string" use="required"/> <s:attribute name="LocationCode" type="s:string" use="required"/> <s:attribute name="LocationName" type="s:string" use="required"/> </s:complexType> </s:element> <s:element name="Passenger" type="PassengerType" minOccurs="0"/> <s:element name="Contact" type="ContactType" minOccurs="0"> <s:annotation> <s:documentation>Passenger contacts</s:documentation> </s:annotation> </s:element> <s:element name="Itinerary" type="FlightCouponsItnType"> <s:annotation> <s:documentation>Flight coupons</s:documentation> </s:annotation> </s:element> <s:element name="Price" type="PriceType"> <s:annotation> <s:documentation>Ticket price</s:documentation> </s:annotation> </s:element> <s:element name="Taxes" type="TaxesType" minOccurs="0"> <s:annotation> <s:documentation>Ticket tax breakdown</s:documentation> </s:annotation> </s:element> <s:element name="FareCalculation" type="s:string"> <s:annotation> <s:documentation>Fare Calculation string</s:documentation> </s:annotation> </s:element> <s:element name="FOPData"> <s:annotation> <s:documentation>Form of payment data</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="FOPItem" maxOccurs="unbounded"> <s:complexType> <s:choice minOccurs="0"> <s:element name="CreditCard" type="CreditCardType"/> <s:element name="CardNumber" type="s:string"/> </s:choice> <s:attribute name="FOP" type="FOPType" use="required"> <s:annotation> <s:documentation>FOP code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Amount" type="s:decimal"/> <s:attribute name="Text" type="s:string"/> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="Endorsements" minOccurs="0"> <s:annotation> <s:documentation>Ticket endorsements</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="Endorsement" type="s:string" minOccurs="0" maxOccurs="unbounded"/> </s:sequence> </s:complexType> </s:element> <s:element name="TourCode" type="s:string" minOccurs="0"> <s:annotation> <s:documentation>Tour code</s:documentation> </s:annotation> </s:element> <s:element name="Comments" minOccurs="0"> <s:annotation> <s:documentation>Ticket comments</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="Comment" type="s:string" minOccurs="0" maxOccurs="unbounded"/> </s:sequence> </s:complexType> </s:element> <s:element name="BarCode" type="s:string" minOccurs="0"/> <s:element name="QRCode" type="s:string" minOccurs="0"/> <s:element name="VATInfo" type="VATType" minOccurs="0"/> </s:sequence> </s:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="IssueData"> <s:complexType> <s:attribute name="IssueDate" type="s:date" use="required"> <s:annotation> <s:documentation>Date of issue</s:documentation> </s:annotation> </s:attribute> <s:attribute name="IssueCRS" type="CRSType" use="required"> <s:annotation> <s:documentation>Issuing CRS code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="IssueRLOC" type="s:string"> <s:annotation> <s:documentation>Record locator in issuing CRS</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AirlineRLOC" type="s:string"> <s:annotation> <s:documentation>Record locator of validating carrier</s:documentation> </s:annotation> </s:attribute> <s:attribute name="OriginalIssue" type="s:string"> <s:annotation> <s:documentation>Ticket number of original ticket, if this ticket was exchanged-reissued</s:documentation> </s:annotation> </s:attribute> <s:attribute name="InExchangeFor" type="s:string"> <s:annotation> <s:documentation>Ticket number of original ticket, if this ticket was exchanged-reissued</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> |
type | s:date | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="IssueDate" type="s:date" use="required"> <s:annotation> <s:documentation>Date of issue</s:documentation> </s:annotation> </s:attribute> |
type | CRSType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:attribute name="IssueCRS" type="CRSType" use="required"> <s:annotation> <s:documentation>Issuing CRS code</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="IssueRLOC" type="s:string"> <s:annotation> <s:documentation>Record locator in issuing CRS</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="AirlineRLOC" type="s:string"> <s:annotation> <s:documentation>Record locator of validating carrier</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="OriginalIssue" type="s:string"> <s:annotation> <s:documentation>Ticket number of original ticket, if this ticket was exchanged-reissued</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="InExchangeFor" type="s:string"> <s:annotation> <s:documentation>Ticket number of original ticket, if this ticket was exchanged-reissued</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <s:element name="AgencyData"> <s:complexType> <s:attribute name="IATANumber" type="s:string" use="required"/> <s:attribute name="AgencyName" type="s:string" use="required"/> <s:attribute name="LocationCode" type="s:string" use="required"/> <s:attribute name="LocationName" type="s:string" use="required"/> </s:complexType> </s:element> |
type | s:string | ||
properties |
|
||
source | <s:attribute name="IATANumber" type="s:string" use="required"/> |
type | s:string | ||
properties |
|
||
source | <s:attribute name="AgencyName" type="s:string" use="required"/> |
type | s:string | ||
properties |
|
||
source | <s:attribute name="LocationCode" type="s:string" use="required"/> |
type | s:string | ||
properties |
|
||
source | <s:attribute name="LocationName" type="s:string" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | PassengerType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Passenger" type="PassengerType" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | ContactType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <s:element name="Contact" type="ContactType" minOccurs="0"> <s:annotation> <s:documentation>Passenger contacts</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||
type | FlightCouponsItnType | ||
properties |
|
||
children | FlightCoupon EMDCoupon | ||
annotation |
|
||
source | <s:element name="Itinerary" type="FlightCouponsItnType"> <s:annotation> <s:documentation>Flight coupons</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | PriceType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Price" type="PriceType"> <s:annotation> <s:documentation>Ticket price</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||||||
type | TaxesType | ||||||
properties |
|
||||||
children | Tax | ||||||
annotation |
|
||||||
source | <s:element name="Taxes" type="TaxesType" minOccurs="0"> <s:annotation> <s:documentation>Ticket tax breakdown</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:element name="FareCalculation" type="s:string"> <s:annotation> <s:documentation>Fare Calculation string</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||
properties |
|
||
children | FOPItem | ||
annotation |
|
||
source | <s:element name="FOPData"> <s:annotation> <s:documentation>Form of payment data</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="FOPItem" maxOccurs="unbounded"> <s:complexType> <s:choice minOccurs="0"> <s:element name="CreditCard" type="CreditCardType"/> <s:element name="CardNumber" type="s:string"/> </s:choice> <s:attribute name="FOP" type="FOPType" use="required"> <s:annotation> <s:documentation>FOP code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Amount" type="s:decimal"/> <s:attribute name="Text" type="s:string"/> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||
children | CreditCard CardNumber | ||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||
source | <s:element name="FOPItem" maxOccurs="unbounded"> <s:complexType> <s:choice minOccurs="0"> <s:element name="CreditCard" type="CreditCardType"/> <s:element name="CardNumber" type="s:string"/> </s:choice> <s:attribute name="FOP" type="FOPType" use="required"> <s:annotation> <s:documentation>FOP code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Amount" type="s:decimal"/> <s:attribute name="Text" type="s:string"/> </s:complexType> </s:element> |
type | FOPType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:attribute name="FOP" type="FOPType" use="required"> <s:annotation> <s:documentation>FOP code</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal |
source | <s:attribute name="Amount" type="s:decimal"/> |
type | s:string |
source | <s:attribute name="Text" type="s:string"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | CreditCardType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <s:element name="CreditCard" type="CreditCardType"/> |
diagram | ![]() |
||
type | s:string | ||
properties |
|
||
source | <s:element name="CardNumber" type="s:string"/> |
diagram | ![]() |
||||||
properties |
|
||||||
children | Endorsement | ||||||
annotation |
|
||||||
source | <s:element name="Endorsements" minOccurs="0"> <s:annotation> <s:documentation>Ticket endorsements</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="Endorsement" type="s:string" minOccurs="0" maxOccurs="unbounded"/> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
||||||
type | s:string | ||||||
properties |
|
||||||
source | <s:element name="Endorsement" type="s:string" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
type | s:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <s:element name="TourCode" type="s:string" minOccurs="0"> <s:annotation> <s:documentation>Tour code</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||||||
properties |
|
||||||
children | Comment | ||||||
annotation |
|
||||||
source | <s:element name="Comments" minOccurs="0"> <s:annotation> <s:documentation>Ticket comments</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="Comment" type="s:string" minOccurs="0" maxOccurs="unbounded"/> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
||||||
type | s:string | ||||||
properties |
|
||||||
source | <s:element name="Comment" type="s:string" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
type | s:string | ||||||
properties |
|
||||||
source | <s:element name="BarCode" type="s:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | s:string | ||||||
properties |
|
||||||
source | <s:element name="QRCode" type="s:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | VATType | ||||||
properties |
|
||||||
children | VAT | ||||||
source | <s:element name="VATInfo" type="VATType" minOccurs="0"/> |