Introduction
Flight Information is used to request real time actual gate information and delay/ontime information as well as published flight routing. If the airline does not have Flight Information link agreement with the GDS, or if it does but the link is down, only published flight routing and times will be returned.
Schema & Definition
Find per request and response message:
- visual and textual representations of the XML schemas, which are easier readable
- minimum and a maximum elements example to start from to create example messages
- the pure XML schema file (.xsd)
FlightInformationRQ
- FlightInformationRQ.htmVisual representation of the schema.
- FlightInformationRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
- FlightInformationRQ 1.xmlExample XML with the minimum mandatory elements only.
FlightInformationRS
- FlightInformationRS.htmVisual representation of the schema.
- FlightInformationRS t.htmTextual description of the content for the request and the response XML elements and attributes.
- FlightInformationRS 1.xmlExample XML with the minimum mandatory elements only.
- FlightInformationRS 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.