diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
type | extension of RequestBase | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | BookingIdentity FFPInfo ServiceGroup PaxRef PaxTypes Itinerary ServiceGroup Parameters | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="SIG_AirServicesRQ"> <s:annotation> <s:documentation>Request for available services. Returns SIG_AirServicesRS</s:documentation> </s:annotation> <s:complexType> <s:complexContent> <s:extension base="RequestBase"> <s:sequence> <s:choice> <s:sequence> <s:annotation> <s:documentation>Requests available services and/or seat map for previous search request or for PNR/PNR in session or by itinerary and passenger data</s:documentation> </s:annotation> <s:element name="BookingIdentity" type="BookingIdentityType" minOccurs="0"/> <s:element name="FFPInfo" type="LoyalityProgramType" minOccurs="0"> <s:annotation> <s:documentation>Applicable if no PNR available in session, otherwise will be ignored</s:documentation> </s:annotation> </s:element> <s:element name="ServiceGroup" type="ServiceGroupList" minOccurs="0"/> <s:element name="PaxRef" type="s:string" minOccurs="0"/> </s:sequence> <s:sequence> <s:annotation> <s:documentation>Service info and/or seat map for selected pax types and/or selected flight(s) Request available for direct access to 1M hosted AK only.</s:documentation> </s:annotation> <s:element name="PaxTypes"> <s:complexType> <s:sequence> <s:element name="PaxType" maxOccurs="unbounded"> <s:complexType> <s:attribute name="AgeCat" type="AgeCatType"/> <s:attribute name="PTC" type="strlist"/> <s:attribute name="FFPLevel" type="s:string"> <s:annotation> <s:documentation>FFP particapation level (Silver, Gold, etc)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FFPAccount" type="s:string"> <s:annotation> <s:documentation>FFP Account (card) number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SSRList" type="strlist"/> <s:attribute name="Count"> <s:annotation> <s:documentation>Number of passengers</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:int"> <s:minInclusive value="1"/> <s:maxInclusive value="20"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="Itinerary" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="Flights"> <s:complexType> <s:sequence> <s:element name="Flight" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="Departure" type="FlightEventBase"/> <s:element name="Arrival" type="FlightEventBase"/> </s:sequence> <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Airline" type="s:string" use="required"> <s:annotation> <s:documentation>Airline code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FlightNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Class" type="s:string" use="required"> <s:annotation> <s:documentation>Booking class (RBD)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="S" type="StopoverType"/> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="Fares" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="FareInfo" maxOccurs="unbounded"> <s:complexType> <s:attribute name="FareBasis" type="s:string"> <s:annotation> <s:documentation>Desired fare basis</s:documentation> </s:annotation> </s:attribute> <s:attribute name="BrandCode" type="s:string"> <s:annotation> <s:documentation>Desired fare brand code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to Pax type</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to Flight</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> <s:attribute name="CRS" type="CRSType" use="required"> <s:annotation> <s:documentation>CRS code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FormOwner" type="s:string" use="required"> <s:annotation> <s:documentation>Form owner</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValidatingCarrier" type="s:string" use="required"> <s:annotation> <s:documentation>Validating carrier code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Currency"> <s:annotation> <s:documentation>Currency</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="Interface" type="s:string" use="optional"> <s:annotation> <s:documentation>Reservation system interface</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> <s:element name="ServiceGroup" type="ServiceGroupList" minOccurs="0"/> </s:sequence> </s:choice> <s:element name="Parameters" minOccurs="0"> <s:complexType> <s:attribute name="AccountCode" type="s:string"/> </s:complexType> </s:element> </s:sequence> </s:extension> </s:complexContent> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||||||
type | BookingIdentityType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <s:element name="BookingIdentity" type="BookingIdentityType" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
type | LoyalityProgramType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <s:element name="FFPInfo" type="LoyalityProgramType" minOccurs="0"> <s:annotation> <s:documentation>Applicable if no PNR available in session, otherwise will be ignored</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||||||
type | ServiceGroupList | ||||||
properties |
|
||||||
source | <s:element name="ServiceGroup" type="ServiceGroupList" minOccurs="0"/> |
diagram | ![]() |
||||||
type | s:string | ||||||
properties |
|
||||||
source | <s:element name="PaxRef" type="s:string" minOccurs="0"/> |
diagram | ![]() |
||
properties |
|
||
children | PaxType | ||
source | <s:element name="PaxTypes"> <s:complexType> <s:sequence> <s:element name="PaxType" maxOccurs="unbounded"> <s:complexType> <s:attribute name="AgeCat" type="AgeCatType"/> <s:attribute name="PTC" type="strlist"/> <s:attribute name="FFPLevel" type="s:string"> <s:annotation> <s:documentation>FFP particapation level (Silver, Gold, etc)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FFPAccount" type="s:string"> <s:annotation> <s:documentation>FFP Account (card) number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SSRList" type="strlist"/> <s:attribute name="Count"> <s:annotation> <s:documentation>Number of passengers</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:int"> <s:minInclusive value="1"/> <s:maxInclusive value="20"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="PaxType" maxOccurs="unbounded"> <s:complexType> <s:attribute name="AgeCat" type="AgeCatType"/> <s:attribute name="PTC" type="strlist"/> <s:attribute name="FFPLevel" type="s:string"> <s:annotation> <s:documentation>FFP particapation level (Silver, Gold, etc)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FFPAccount" type="s:string"> <s:annotation> <s:documentation>FFP Account (card) number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SSRList" type="strlist"/> <s:attribute name="Count"> <s:annotation> <s:documentation>Number of passengers</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:int"> <s:minInclusive value="1"/> <s:maxInclusive value="20"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> |
type | AgeCatType | ||||||||||||
facets |
|
||||||||||||
source | <s:attribute name="AgeCat" type="AgeCatType"/> |
type | strlist |
source | <s:attribute name="PTC" type="strlist"/> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="FFPLevel" type="s:string"> <s:annotation> <s:documentation>FFP particapation level (Silver, Gold, etc)</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="FFPAccount" type="s:string"> <s:annotation> <s:documentation>FFP Account (card) number</s:documentation> </s:annotation> </s:attribute> |
type | strlist |
source | <s:attribute name="SSRList" type="strlist"/> |
type | restriction of s:int | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <s:attribute name="Count"> <s:annotation> <s:documentation>Number of passengers</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:int"> <s:minInclusive value="1"/> <s:maxInclusive value="20"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:short | ||
annotation |
|
||
source | <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | Flights Fares | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Itinerary" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="Flights"> <s:complexType> <s:sequence> <s:element name="Flight" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="Departure" type="FlightEventBase"/> <s:element name="Arrival" type="FlightEventBase"/> </s:sequence> <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Airline" type="s:string" use="required"> <s:annotation> <s:documentation>Airline code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FlightNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Class" type="s:string" use="required"> <s:annotation> <s:documentation>Booking class (RBD)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="S" type="StopoverType"/> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="Fares" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="FareInfo" maxOccurs="unbounded"> <s:complexType> <s:attribute name="FareBasis" type="s:string"> <s:annotation> <s:documentation>Desired fare basis</s:documentation> </s:annotation> </s:attribute> <s:attribute name="BrandCode" type="s:string"> <s:annotation> <s:documentation>Desired fare brand code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to Pax type</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to Flight</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> <s:attribute name="CRS" type="CRSType" use="required"> <s:annotation> <s:documentation>CRS code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FormOwner" type="s:string" use="required"> <s:annotation> <s:documentation>Form owner</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ValidatingCarrier" type="s:string" use="required"> <s:annotation> <s:documentation>Validating carrier code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Currency"> <s:annotation> <s:documentation>Currency</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="Interface" type="s:string" use="optional"> <s:annotation> <s:documentation>Reservation system interface</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> |
type | CRSType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:attribute name="CRS" type="CRSType" use="required"> <s:annotation> <s:documentation>CRS code</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="FormOwner" type="s:string" use="required"> <s:annotation> <s:documentation>Form owner</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="ValidatingCarrier" type="s:string" use="required"> <s:annotation> <s:documentation>Validating carrier code</s:documentation> </s:annotation> </s:attribute> |
type | restriction of s:string | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <s:attribute name="Currency"> <s:annotation> <s:documentation>Currency</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:length value="3"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="Interface" type="s:string" use="optional"> <s:annotation> <s:documentation>Reservation system interface</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||
properties |
|
||
children | Flight | ||
source | <s:element name="Flights"> <s:complexType> <s:sequence> <s:element name="Flight" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="Departure" type="FlightEventBase"/> <s:element name="Arrival" type="FlightEventBase"/> </s:sequence> <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Airline" type="s:string" use="required"> <s:annotation> <s:documentation>Airline code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FlightNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Class" type="s:string" use="required"> <s:annotation> <s:documentation>Booking class (RBD)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="S" type="StopoverType"/> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||
children | Departure Arrival | ||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Flight" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="Departure" type="FlightEventBase"/> <s:element name="Arrival" type="FlightEventBase"/> </s:sequence> <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Airline" type="s:string" use="required"> <s:annotation> <s:documentation>Airline code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FlightNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Class" type="s:string" use="required"> <s:annotation> <s:documentation>Booking class (RBD)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="S" type="StopoverType"/> </s:complexType> </s:element> |
type | s:short | ||
annotation |
|
||
source | <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="Airline" type="s:string" use="required"> <s:annotation> <s:documentation>Airline code</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="FlightNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="Class" type="s:string" use="required"> <s:annotation> <s:documentation>Booking class (RBD)</s:documentation> </s:annotation> </s:attribute> |
type | StopoverType | |||||||||
facets |
|
|||||||||
source | <s:attribute name="S" type="StopoverType"/> |
diagram | ![]() |
||||||||||||||||||||||
type | FlightEventBase | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <s:element name="Departure" type="FlightEventBase"/> |
diagram | ![]() |
||||||||||||||||||||||
type | FlightEventBase | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <s:element name="Arrival" type="FlightEventBase"/> |
diagram | ![]() |
||||||
properties |
|
||||||
children | FareInfo | ||||||
source | <s:element name="Fares" minOccurs="0"> <s:complexType> <s:sequence> <s:element name="FareInfo" maxOccurs="unbounded"> <s:complexType> <s:attribute name="FareBasis" type="s:string"> <s:annotation> <s:documentation>Desired fare basis</s:documentation> </s:annotation> </s:attribute> <s:attribute name="BrandCode" type="s:string"> <s:annotation> <s:documentation>Desired fare brand code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to Pax type</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to Flight</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
source | <s:element name="FareInfo" maxOccurs="unbounded"> <s:complexType> <s:attribute name="FareBasis" type="s:string"> <s:annotation> <s:documentation>Desired fare basis</s:documentation> </s:annotation> </s:attribute> <s:attribute name="BrandCode" type="s:string"> <s:annotation> <s:documentation>Desired fare brand code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to Pax type</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to Flight</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="FareBasis" type="s:string"> <s:annotation> <s:documentation>Desired fare basis</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="BrandCode" type="s:string"> <s:annotation> <s:documentation>Desired fare brand code</s:documentation> </s:annotation> </s:attribute> |
type | s:short | ||
annotation |
|
||
source | <s:attribute name="PTRef" type="s:short"> <s:annotation> <s:documentation>Reference to Pax type</s:documentation> </s:annotation> </s:attribute> |
type | s:short | ||
annotation |
|
||
source | <s:attribute name="SegmentNumber" type="s:short"> <s:annotation> <s:documentation>Reference to Flight</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||
type | ServiceGroupList | ||||||
properties |
|
||||||
source | <s:element name="ServiceGroup" type="ServiceGroupList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <s:element name="Parameters" minOccurs="0"> <s:complexType> <s:attribute name="AccountCode" type="s:string"/> </s:complexType> </s:element> |
type | s:string |
source | <s:attribute name="AccountCode" type="s:string"/> |