| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <s:complexType name="FlightPrefType"> <s:attribute name="DesiredAirlines" type="strlist"> <s:annotation> <s:documentation>List of desired airlines and/or flight, for example: SU S7 HY614</s:documentation> </s:annotation> </s:attribute> <s:attribute name="IgnoredAirlines" type="strlist"> <s:annotation> <s:documentation>List of ignored airlines</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Cabin" type="CabinType"> <s:annotation> <s:documentation>Required cabin: First, Business, Economy, Comfort</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RBD"> <s:annotation> <s:documentation>Desired RBD (Class)</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="1"/> <s:maxLength value="2"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="ConnectionPref"> <s:annotation> <s:documentation>Direct - direct flights only</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Direct"/> <s:enumeration value="DirectNonStop"/> <s:enumeration value="Interline"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="byFareBrands"> <s:annotation> <s:documentation>Fare brand filter</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="cheapest"/> <s:enumeration value="best"/> <s:enumeration value="all"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FareBrand" type="s:string"> <s:annotation> <s:documentation>Fare brand to use in fare search. If set - attribute byFareBrands will be ignored.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FlightNumber" type="s:string"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
| type | strlist | ||
| annotation |
|
||
| source | <s:attribute name="DesiredAirlines" type="strlist"> <s:annotation> <s:documentation>List of desired airlines and/or flight, for example: SU S7 HY614</s:documentation> </s:annotation> </s:attribute> |
| type | strlist | ||
| annotation |
|
||
| source | <s:attribute name="IgnoredAirlines" type="strlist"> <s:annotation> <s:documentation>List of ignored airlines</s:documentation> </s:annotation> </s:attribute> |
| type | CabinType | |||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <s:attribute name="Cabin" type="CabinType"> <s:annotation> <s:documentation>Required cabin: First, Business, Economy, Comfort</s:documentation> </s:annotation> </s:attribute> |
| type | restriction of s:string | ||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <s:attribute name="RBD"> <s:annotation> <s:documentation>Desired RBD (Class)</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="1"/> <s:maxLength value="2"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | restriction of s:string | ||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <s:attribute name="ConnectionPref"> <s:annotation> <s:documentation>Direct - direct flights only</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Direct"/> <s:enumeration value="DirectNonStop"/> <s:enumeration value="Interline"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | restriction of s:string | ||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <s:attribute name="byFareBrands"> <s:annotation> <s:documentation>Fare brand filter</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="cheapest"/> <s:enumeration value="best"/> <s:enumeration value="all"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | s:string | ||
| annotation |
|
||
| source | <s:attribute name="FareBrand" type="s:string"> <s:annotation> <s:documentation>Fare brand to use in fare search. If set - attribute byFareBrands will be ignored.</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| annotation |
|
||
| source | <s:attribute name="FlightNumber" type="s:string"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> |