diagram | ![]() |
||||||||||||||||||||||
children | Payment TicketAttributes TicketMods | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <s:complexType name="IssueType"> <s:sequence> <s:element name="Payment" type="PaymentType" minOccurs="0"/> <s:element name="TicketAttributes" type="TicketAttrType" minOccurs="0"> <s:annotation> <s:documentation>Common ticket attributes - will be used if are not specified in TicketMods element</s:documentation> </s:annotation> </s:element> <s:element name="TicketMods" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="TicketMod" maxOccurs="unbounded"> <s:complexType> <s:complexContent> <s:extension base="TicketAttrType"> <s:sequence> <s:element name="Payments" type="PaymentsType" minOccurs="0"/> <s:element name="ManualFare" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="Ininerary" type="FareItineraryType"/> <s:element name="Price" type="PriceType"> <s:annotation> <s:documentation>Manual price for ticket</s:documentation> </s:annotation> </s:element> <s:element name="FareCalc" type="s:string"> <s:annotation> <s:documentation>Fare calculation</s:documentation> </s:annotation> </s:element> <s:element name="Taxes" type="TaxesType" minOccurs="0"> <s:annotation> <s:documentation>Taxes for manual fare - if not present, taxes from existing fare will be applied</s:documentation> </s:annotation> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> <s:attribute name="TicketRefs" type="strlist"> <s:annotation> <s:documentation>List of ticket references this modifier applies to</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RemarkRefs" type="strlist"> <s:annotation> <s:documentation>List of remark references this modifier applies to</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ERSPCode" type="s:string"> <s:annotation> <s:documentation>ERSP code, in case if both ERSP codes (here and in Issue node) are set - this ERSP code will be used for ticketing</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:complexContent> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> <s:attribute name="DocType"> <s:annotation> <s:documentation>Issue type</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="EMD"/> <s:enumeration value="EMD-S"/> <s:enumeration value="Total"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="ERSPCode" type="s:string"> <s:annotation> <s:documentation>ERSP code</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
type | restriction of s:string | ||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <s:attribute name="DocType"> <s:annotation> <s:documentation>Issue type</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="EMD"/> <s:enumeration value="EMD-S"/> <s:enumeration value="Total"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="ERSPCode" type="s:string"> <s:annotation> <s:documentation>ERSP code</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | PaymentType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | CreditCard Invoice AgentAccount CardNumber | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Payment" type="PaymentType" minOccurs="0"/> |
diagram | ![]() |
||||||
type | TicketAttrType | ||||||
properties |
|
||||||
children | Endorsement TourCode Comission AgencyCommission OTACommission AgencyServiceFee | ||||||
annotation |
|
||||||
source | <s:element name="TicketAttributes" type="TicketAttrType" minOccurs="0"> <s:annotation> <s:documentation>Common ticket attributes - will be used if are not specified in TicketMods element</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||||||
properties |
|
||||||
children | TicketMod | ||||||
source | <s:element name="TicketMods" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="TicketMod" maxOccurs="unbounded"> <s:complexType> <s:complexContent> <s:extension base="TicketAttrType"> <s:sequence> <s:element name="Payments" type="PaymentsType" minOccurs="0"/> <s:element name="ManualFare" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="Ininerary" type="FareItineraryType"/> <s:element name="Price" type="PriceType"> <s:annotation> <s:documentation>Manual price for ticket</s:documentation> </s:annotation> </s:element> <s:element name="FareCalc" type="s:string"> <s:annotation> <s:documentation>Fare calculation</s:documentation> </s:annotation> </s:element> <s:element name="Taxes" type="TaxesType" minOccurs="0"> <s:annotation> <s:documentation>Taxes for manual fare - if not present, taxes from existing fare will be applied</s:documentation> </s:annotation> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> <s:attribute name="TicketRefs" type="strlist"> <s:annotation> <s:documentation>List of ticket references this modifier applies to</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RemarkRefs" type="strlist"> <s:annotation> <s:documentation>List of remark references this modifier applies to</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ERSPCode" type="s:string"> <s:annotation> <s:documentation>ERSP code, in case if both ERSP codes (here and in Issue node) are set - this ERSP code will be used for ticketing</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:complexContent> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of TicketAttrType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | Endorsement TourCode Comission AgencyCommission OTACommission AgencyServiceFee Payments ManualFare | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <s:element name="TicketMod" maxOccurs="unbounded"> <s:complexType> <s:complexContent> <s:extension base="TicketAttrType"> <s:sequence> <s:element name="Payments" type="PaymentsType" minOccurs="0"/> <s:element name="ManualFare" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="Ininerary" type="FareItineraryType"/> <s:element name="Price" type="PriceType"> <s:annotation> <s:documentation>Manual price for ticket</s:documentation> </s:annotation> </s:element> <s:element name="FareCalc" type="s:string"> <s:annotation> <s:documentation>Fare calculation</s:documentation> </s:annotation> </s:element> <s:element name="Taxes" type="TaxesType" minOccurs="0"> <s:annotation> <s:documentation>Taxes for manual fare - if not present, taxes from existing fare will be applied</s:documentation> </s:annotation> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> <s:attribute name="TicketRefs" type="strlist"> <s:annotation> <s:documentation>List of ticket references this modifier applies to</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RemarkRefs" type="strlist"> <s:annotation> <s:documentation>List of remark references this modifier applies to</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ERSPCode" type="s:string"> <s:annotation> <s:documentation>ERSP code, in case if both ERSP codes (here and in Issue node) are set - this ERSP code will be used for ticketing</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:complexContent> </s:complexType> </s:element> |
type | strlist | ||
annotation |
|
||
source | <s:attribute name="TicketRefs" type="strlist"> <s:annotation> <s:documentation>List of ticket references this modifier applies to</s:documentation> </s:annotation> </s:attribute> |
type | strlist | ||
annotation |
|
||
source | <s:attribute name="RemarkRefs" type="strlist"> <s:annotation> <s:documentation>List of remark references this modifier applies to</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="ERSPCode" type="s:string"> <s:annotation> <s:documentation>ERSP code, in case if both ERSP codes (here and in Issue node) are set - this ERSP code will be used for ticketing</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||
type | PaymentsType | ||||||
properties |
|
||||||
children | Payment | ||||||
source | <s:element name="Payments" type="PaymentsType" minOccurs="0"/> |
diagram | ![]() |
||||||
properties |
|
||||||
children | Ininerary Price FareCalc Taxes | ||||||
source | <s:element name="ManualFare" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="Ininerary" type="FareItineraryType"/> <s:element name="Price" type="PriceType"> <s:annotation> <s:documentation>Manual price for ticket</s:documentation> </s:annotation> </s:element> <s:element name="FareCalc" type="s:string"> <s:annotation> <s:documentation>Fare calculation</s:documentation> </s:annotation> </s:element> <s:element name="Taxes" type="TaxesType" minOccurs="0"> <s:annotation> <s:documentation>Taxes for manual fare - if not present, taxes from existing fare will be applied</s:documentation> </s:annotation> </s:element> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
||
type | FareItineraryType | ||
properties |
|
||
children | FlightSegmentDetails RailSegmentDetails | ||
source | <s:element name="Ininerary" type="FareItineraryType"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | PriceType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Price" type="PriceType"> <s:annotation> <s:documentation>Manual price for ticket</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:element name="FareCalc" type="s:string"> <s:annotation> <s:documentation>Fare calculation</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>Taxes for manual fare - if not present, taxes from existing fare will be applied</s:documentation> </s:annotation> </s:element> |