InterlineAgreement response message

Tabular overview of all nodes, which may occur in this message. See legend below for description of table columns.
Note: Some sibling elements or complete sub-trees of the hierarchy may be defined as mutually exclusive alternative choices. This information cannot be expressed in this tabular overview. Please refer to schema diagram for a graphical representation of the message schema.

NodeDescriptionValuesOccursExample
<InterlineAgreementRS>
Response to InterlineAgreementRQ request message.1
<InfoGroup>
Error and information group0..1
<ForInfo>
Information group0..N
@Source
Identifies the source of this element. In other words where the content originates from. Not limited to GDS, applicable to direct connect as well. 0..1 1A, 1V, or other.
@SourceRef
PNR Record Locator associated to Source attribute.0..1
@Code
A code to uniquely identify a specific type of ForInfo message. Currently not returned for most ForInfo messages.

0..1 I00001
@Lang
ISO language code. A two letter code as defined by ISO-639-1.

0..1 de
<Text/>
Information text or error text. 1..N Free flow text. Example: Invalid flight number
</ForInfo>
<Error>
Error group0..N
@ErrorType
Type of error. 1 Air
@Source
Identifies the source of this element. In other words where the content originates from. Not limited to GDS, applicable to direct connect as well. 0..1 1A, 1V, or other.
@SourceRef
PNR Record Locator associated to Source attribute.0..1
<Code/>
Error code or equipment type code. 1 0104 (error code), 747 (equipment code)
<Text/>
Information text or error text. 1..N Free flow text. Example: Invalid flight number
<UnderlyingError>
Errors of the backend system can be returned here.0..N
@Code
error code of the backend system.0..1
<Text/>
Information text or error text. 0..N Free flow text. Example: Invalid flight number
</UnderlyingError>
</Error>
<BackOffice>
Generic back office response container. Serves as a placeholder for any context specific content.0..1
</BackOffice>
</InfoGroup>
<ValidatingCarrierCode/>
The 2 character airline code of the validating/issuing carrier sent in the request. Though defined optional, is guaranteed to be returned unless an InfoGroup/Error occurred.

0..1 LH
<InterlineAgreement>
An InterlineAgreement element groups all agreements between the requested validating carrier and one specific partner carrier.0..N
@PartnerCarrierCode
2 character airline code of a partner carrier, with whom the validating carrier has agreements

1 AF
<Agreement>
A specific agreement between the validating carrier and this partner carrier. If multiple types of agreements exist with this partner carrier, multiple Agreement elements will be returned.1..N
@Type
The type of agreement existing between the validating and partner carrier. Values are:

BAG : Validating carrier may check baggage to partner carrier (type currently only supported by Sabre).

EMD : Electronic Miscellaneous Document (type currently only supported by Amadeus)

ETK : Validating carrier may issue electronic tickets

FQTV: Frequent traveler agreement between Validating Carrier and PartnerCarrier exists and owner of a frequent traveler card of a Partner Carrier may accrue mileage on the Validating Carrier.

PTA : Prepaid Ticket Advice agreement (type currently only supported by Amadeus)

TKT : validating carrier may issue tickets

XET : validating carrier may issue electronic tickets even for itineraries not containing segments of the validating carrier (type currently only supported by Apollo/Galileo and Sabre)

[BAG] [EMD] [ETK] [FQTV] [PTA] [TKT] [XET] 1 TKT
<JourneyRestriction>
If JourneyRestriction elements are present, this Agreement applies only to journeys matching one of the journey restrictions specified here.

If Agreement applies to any journey (from Any to Any location), no JourneyRestriction element will be returned.

Currently only supported by Amadeus.
0..N
@Type
The type of journey restriction. Values are:

UNI : unidirectional - restricted to journeys from Origin to Destination

BID : bidirectional - restricted to journeys from Origin to Destination or Destination to Origin.

[UNI] [BID] 1 UNI
<Origin>
Agreement applies to journeys from this location (and to this location, if JourneyRestriction/@Type="BID").1
<CityCode/>
3 letter city or airport code.

1 NYC
<CountryCode/>
2 letter ISO country code.

1 US
<Any/>
If element Any is returned, applies to any location. Element has no text content.1
</Origin>
<Destination>
Agreement applies to journeys to this location (and from this location, if JourneyRestriction/@Type="BID") .1
<CityCode/>
3 letter city or airport code.

1 NYC
<CountryCode/>
2 letter ISO country code.

1 US
<Any/>
If element Any is returned, applies to any location. Element has no text content.1
</Destination>
</JourneyRestriction>
</Agreement>
</InterlineAgreement>
</InterlineAgreementRS>

Legend

ColumnDescription
NodeName of message node (element or attribute). Nodes in bold type are mandatory, if their parent element occurs in the message. Point mouse cursor at table cell to view complete XPath.
DescriptionDescription of meaning and usage of the node.
ValuesList of predefined values (each in square brackets) or range of values ("[a] to [z]") allowed for the node, if formally defined in the schema.
OccursMinimum and maximum number of times the node must/may occur, if its parent element occurs in the message. Examples:
0..3 Node is optional and may occur up to 3 times.
1..N Node must occur at least one (mandatory) and may occur any number of times.
2 Node must occur exactly twice.
ExampleExample value for the node.

XML Schema documentation generated with XX/1 server