| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of RequestBase | ||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
| children | Itinerary FareFilters | ||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
| source | <s:element name="SIG_AirFareRQ"> <s:complexType> <s:complexContent> <s:extension base="RequestBase"> <s:sequence> <s:element name="Itinerary" type="OriginDestinationBase"/> <s:element name="FareFilters" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="FOP" type="FOPType" minOccurs="0" maxOccurs="10"/> </s:sequence> <s:attribute name="Currency"> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="Cabin" type="CabinType"/> <s:attribute name="PTC"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code or PTC list </s:documentation> </s:annotation> <s:simpleType> <s:restriction base="strlist"> <s:maxLength value="32"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="AccountCode" type="s:string"/> <s:attribute name="DesiredAirline"> <s:simpleType> <s:restriction base="s:string"> <s:length value="2"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FareType" type="AvailFareType"> <s:annotation> <s:documentation>OW - one way only RT - only round trips DOW - double one way and round trips default - one way and round trips</s:documentation> </s:annotation> </s:attribute> <s:attribute name="DirectFlights" type="s:boolean"> <s:annotation> <s:documentation>True - direct flights only false - connected flights only default - both direct and connected flights</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> </s:extension> </s:complexContent> </s:complexType> </s:element> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||
| type | OriginDestinationBase | ||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||
| source | <s:element name="Itinerary" type="OriginDestinationBase"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | FOP | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <s:element name="FareFilters" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="FOP" type="FOPType" minOccurs="0" maxOccurs="10"/> </s:sequence> <s:attribute name="Currency"> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="Cabin" type="CabinType"/> <s:attribute name="PTC"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code or PTC list </s:documentation> </s:annotation> <s:simpleType> <s:restriction base="strlist"> <s:maxLength value="32"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="AccountCode" type="s:string"/> <s:attribute name="DesiredAirline"> <s:simpleType> <s:restriction base="s:string"> <s:length value="2"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FareType" type="AvailFareType"> <s:annotation> <s:documentation>OW - one way only RT - only round trips DOW - double one way and round trips default - one way and round trips</s:documentation> </s:annotation> </s:attribute> <s:attribute name="DirectFlights" type="s:boolean"> <s:annotation> <s:documentation>True - direct flights only false - connected flights only default - both direct and connected flights</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> |
| type | restriction of s:string | ||||||
| facets |
|
||||||
| source | <s:attribute name="Currency"> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | CabinType | |||||||||||||||
| facets |
|
|||||||||||||||
| source | <s:attribute name="Cabin" type="CabinType"/> |
| type | restriction of strlist | ||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <s:attribute name="PTC"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code or PTC list </s:documentation> </s:annotation> <s:simpleType> <s:restriction base="strlist"> <s:maxLength value="32"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | s:string |
| source | <s:attribute name="AccountCode" type="s:string"/> |
| type | restriction of s:string | ||||||
| facets |
|
||||||
| source | <s:attribute name="DesiredAirline"> <s:simpleType> <s:restriction base="s:string"> <s:length value="2"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | AvailFareType | ||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <s:attribute name="FareType" type="AvailFareType"> <s:annotation> <s:documentation>OW - one way only RT - only round trips DOW - double one way and round trips default - one way and round trips</s:documentation> </s:annotation> </s:attribute> |
| type | s:boolean | ||
| annotation |
|
||
| source | <s:attribute name="DirectFlights" type="s:boolean"> <s:annotation> <s:documentation>True - direct flights only false - connected flights only default - both direct and connected flights</s:documentation> </s:annotation> </s:attribute> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | FOPType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <s:element name="FOP" type="FOPType" minOccurs="0" maxOccurs="10"/> |