Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<DataLists>

Elements

Details

Mandatory/Optional

<PassengerList>List of all passengers with Passenger type code (PTC)

Passenger data list definition/details.

M

Code Block
languagexml
<ns:DataLists>
    <ns:PassengerList>
        <ns:Passenger PassengerID = "V1_PAX.1">
            <ns:PTC>ADT</ns:PTC>
        </ns:Passenger>
        <ns:Passenger PassengerID = "V1_PAX.2">
            <ns:PTC>CHD</ns:PTC>
        </ns:Passenger>
    </ns:PassengerList>
</ns:DataLists>

Passenger

Any person except members of the crew carried or to be carried with the consent of the carrier, on board of any transport vehicle such as aircraft, train, bus, ship.

M

PTC

Type code applying to the Passenger which typically drives pricing (e.g. ADT, CHD, etc).

O