Introduction
The TimeTable transaction is a stateless structured data transaction that supports either General or Specific Flight TimeTable requests.
- General: for non airline or flight specific TimeTable requests
- Specific Flight: airline specific and/or flight specific Time table requests
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)
TimeTableRQ
- TimeTableRQ.htmVisual representation of the schema.
- TimeTableRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
- TimeTableRQ 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.
TimeTableRS
- TimeTableRS.htmVisual representation of the schema.
- TimeTableRS t.htmTextual description of the content for the request and the response XML elements and attributes.
- TimeTableRS 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.