diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of ResponseBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | Result Warnings ItineraryFares Errors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="SIG_AirFareRS"> <s:complexType> <s:complexContent> <s:extension base="ResponseBase"> <s:choice> <s:sequence> <s:element name="Result" type="ResultType"> <s:annotation> <s:documentation>Success indicator: SUCCESS - success FAIL - error occured RETRY - service temporary unavailable, pls try again</s:documentation> </s:annotation> </s:element> <s:element name="Warnings" type="WarningsType" minOccurs="0"/> <s:element name="ItineraryFares"> <s:complexType> <s:sequence> <s:element name="Fare" minOccurs="0" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="MinStay" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="MaxStay" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="StartSale" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="StopSale" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> </s:sequence> <s:attribute name="Airline" use="required"> <s:annotation> <s:documentation>Marketing Airline</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:length value="2"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FareBasis" type="s:string" use="required"/> <s:attribute name="ValInFareCurrOW" type="s:decimal"> <s:annotation> <s:documentation>Fare value in fare currency one way</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInPmtCurrOW" type="s:decimal"> <s:annotation> <s:documentation>Fare value in payment currency one way</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInFareCurrRT" type="s:decimal"> <s:annotation> <s:documentation>Fare value in fare currency round trip</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInPmtCurrRT" type="s:decimal"> <s:annotation> <s:documentation>Fare value in payment currency round trip</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ExchangeRate" type="s:double"/> <s:attribute name="RBDs" type="s:string"> <s:annotation> <s:documentation>Applied RBD list</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Stops" type="strlist"> <s:annotation> <s:documentation>List of intermediate stops (airport codes)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FareCurrency" type="s:string"> <s:annotation> <s:documentation>Fare currency</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Days" type="s:string"> <s:annotation> <s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ReturnDays" type="s:string"> <s:annotation> <s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="MinDepDate" type="s:date"/> <s:attribute name="MaxDepDate" type="s:date"/> <s:attribute name="PrivateFarePTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount1PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount1Rate" type="s:decimal"> <s:annotation> <s:documentation>Discount 1 percentage</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount2PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount2Rate" type="s:decimal"> <s:annotation> <s:documentation>Discount 2 percentage</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AccountCode" type="s:string"> <s:annotation> <s:documentation>Account code to apply private fare</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RuleKey" type="s:string"> <s:annotation> <s:documentation>Fare rule key</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> <s:attribute name="From" use="required"> <s:annotation> <s:documentation>Origin</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="To" use="required"> <s:annotation> <s:documentation>Destination</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FaresFound" type="s:unsignedInt" use="required"/> <s:attribute name="PaymentCurrency" use="required"> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> </s:complexType> </s:element> </s:sequence> <s:element name="Errors" type="ErrorsType"/> </s:choice> </s:extension> </s:complexContent> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||
type | ResultType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <s:element name="Result" type="ResultType"> <s:annotation> <s:documentation>Success indicator: SUCCESS - success FAIL - error occured RETRY - service temporary unavailable, pls try again</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||||||
type | WarningsType | ||||||
properties |
|
||||||
children | Warning | ||||||
source | <s:element name="Warnings" type="WarningsType" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||
children | Fare | ||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||
source | <s:element name="ItineraryFares"> <s:complexType> <s:sequence> <s:element name="Fare" minOccurs="0" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="MinStay" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="MaxStay" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="StartSale" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="StopSale" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> </s:sequence> <s:attribute name="Airline" use="required"> <s:annotation> <s:documentation>Marketing Airline</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:length value="2"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FareBasis" type="s:string" use="required"/> <s:attribute name="ValInFareCurrOW" type="s:decimal"> <s:annotation> <s:documentation>Fare value in fare currency one way</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInPmtCurrOW" type="s:decimal"> <s:annotation> <s:documentation>Fare value in payment currency one way</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInFareCurrRT" type="s:decimal"> <s:annotation> <s:documentation>Fare value in fare currency round trip</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInPmtCurrRT" type="s:decimal"> <s:annotation> <s:documentation>Fare value in payment currency round trip</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ExchangeRate" type="s:double"/> <s:attribute name="RBDs" type="s:string"> <s:annotation> <s:documentation>Applied RBD list</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Stops" type="strlist"> <s:annotation> <s:documentation>List of intermediate stops (airport codes)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FareCurrency" type="s:string"> <s:annotation> <s:documentation>Fare currency</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Days" type="s:string"> <s:annotation> <s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ReturnDays" type="s:string"> <s:annotation> <s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="MinDepDate" type="s:date"/> <s:attribute name="MaxDepDate" type="s:date"/> <s:attribute name="PrivateFarePTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount1PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount1Rate" type="s:decimal"> <s:annotation> <s:documentation>Discount 1 percentage</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount2PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount2Rate" type="s:decimal"> <s:annotation> <s:documentation>Discount 2 percentage</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AccountCode" type="s:string"> <s:annotation> <s:documentation>Account code to apply private fare</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RuleKey" type="s:string"> <s:annotation> <s:documentation>Fare rule key</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> <s:attribute name="From" use="required"> <s:annotation> <s:documentation>Origin</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="To" use="required"> <s:annotation> <s:documentation>Destination</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FaresFound" type="s:unsignedInt" use="required"/> <s:attribute name="PaymentCurrency" use="required"> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> </s:complexType> </s:element> |
type | restriction of s:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <s:attribute name="From" use="required"> <s:annotation> <s:documentation>Origin</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> |
type | restriction of s:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <s:attribute name="To" use="required"> <s:annotation> <s:documentation>Destination</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:unsignedInt | ||
properties |
|
||
source | <s:attribute name="FaresFound" type="s:unsignedInt" use="required"/> |
type | restriction of s:string | ||||||
properties |
|
||||||
facets |
|
||||||
source | <s:attribute name="PaymentCurrency" use="required"> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | MinStay MaxStay StartSale StopSale | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Fare" minOccurs="0" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="MinStay" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="MaxStay" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="StartSale" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> <s:element name="StopSale" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> </s:sequence> <s:attribute name="Airline" use="required"> <s:annotation> <s:documentation>Marketing Airline</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:length value="2"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FareBasis" type="s:string" use="required"/> <s:attribute name="ValInFareCurrOW" type="s:decimal"> <s:annotation> <s:documentation>Fare value in fare currency one way</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInPmtCurrOW" type="s:decimal"> <s:annotation> <s:documentation>Fare value in payment currency one way</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInFareCurrRT" type="s:decimal"> <s:annotation> <s:documentation>Fare value in fare currency round trip</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValInPmtCurrRT" type="s:decimal"> <s:annotation> <s:documentation>Fare value in payment currency round trip</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ExchangeRate" type="s:double"/> <s:attribute name="RBDs" type="s:string"> <s:annotation> <s:documentation>Applied RBD list</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Stops" type="strlist"> <s:annotation> <s:documentation>List of intermediate stops (airport codes)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FareCurrency" type="s:string"> <s:annotation> <s:documentation>Fare currency</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Days" type="s:string"> <s:annotation> <s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ReturnDays" type="s:string"> <s:annotation> <s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="MinDepDate" type="s:date"/> <s:attribute name="MaxDepDate" type="s:date"/> <s:attribute name="PrivateFarePTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount1PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount1Rate" type="s:decimal"> <s:annotation> <s:documentation>Discount 1 percentage</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount2PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Discount2Rate" type="s:decimal"> <s:annotation> <s:documentation>Discount 2 percentage</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AccountCode" type="s:string"> <s:annotation> <s:documentation>Account code to apply private fare</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RuleKey" type="s:string"> <s:annotation> <s:documentation>Fare rule key</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> |
type | restriction of s:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <s:attribute name="Airline" use="required"> <s:annotation> <s:documentation>Marketing Airline</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:length value="2"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:string | ||
properties |
|
||
source | <s:attribute name="FareBasis" type="s:string" use="required"/> |
type | s:decimal | ||
annotation |
|
||
source | <s:attribute name="ValInFareCurrOW" type="s:decimal"> <s:annotation> <s:documentation>Fare value in fare currency one way</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal | ||
annotation |
|
||
source | <s:attribute name="ValInPmtCurrOW" type="s:decimal"> <s:annotation> <s:documentation>Fare value in payment currency one way</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal | ||
annotation |
|
||
source | <s:attribute name="ValInFareCurrRT" type="s:decimal"> <s:annotation> <s:documentation>Fare value in fare currency round trip</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal | ||
annotation |
|
||
source | <s:attribute name="ValInPmtCurrRT" type="s:decimal"> <s:annotation> <s:documentation>Fare value in payment currency round trip</s:documentation> </s:annotation> </s:attribute> |
type | s:double |
source | <s:attribute name="ExchangeRate" type="s:double"/> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="RBDs" type="s:string"> <s:annotation> <s:documentation>Applied RBD list</s:documentation> </s:annotation> </s:attribute> |
type | strlist | ||
annotation |
|
||
source | <s:attribute name="Stops" type="strlist"> <s:annotation> <s:documentation>List of intermediate stops (airport codes)</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="FareCurrency" type="s:string"> <s:annotation> <s:documentation>Fare currency</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="Days" type="s:string"> <s:annotation> <s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="ReturnDays" type="s:string"> <s:annotation> <s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation> </s:annotation> </s:attribute> |
type | s:date |
source | <s:attribute name="MinDepDate" type="s:date"/> |
type | s:date |
source | <s:attribute name="MaxDepDate" type="s:date"/> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="PrivateFarePTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="Discount1PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal | ||
annotation |
|
||
source | <s:attribute name="Discount1Rate" type="s:decimal"> <s:annotation> <s:documentation>Discount 1 percentage</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="Discount2PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal | ||
annotation |
|
||
source | <s:attribute name="Discount2Rate" type="s:decimal"> <s:annotation> <s:documentation>Discount 2 percentage</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="AccountCode" type="s:string"> <s:annotation> <s:documentation>Account code to apply private fare</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="RuleKey" type="s:string"> <s:annotation> <s:documentation>Fare rule key</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <s:element name="MinStay" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <s:element name="MaxStay" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <s:element name="StartSale" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <s:element name="StopSale" minOccurs="0"> <s:complexType> <s:attributeGroup ref="TermsType"/> </s:complexType> </s:element> |
diagram | ![]() |
||
type | ErrorsType | ||
properties |
|
||
children | Error | ||
source | <s:element name="Errors" type="ErrorsType"/> |