complexType · extension complexBaseType · all
Flight
Data of a scheduled flight
| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file | ||
@uID | xsd:ID | required | UID |
| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
missionUID | stringUIDBaseType | [1..1] required | MissionUID for the flights mission definition | ||
modelUID | stringUIDBaseType | [1..1] required | ModelUID of the aircraft appointed to perform the flight | ||
departureDate | dateBaseType | [1..1] required | Departure day | ||
departureTime | timeBaseType | [1..1] required | Time of departure - the time is defined as SOBT (Scheduled Off-Block Time) / STD (Scheduled Time of Departure) | ||
arrivalDate | dateBaseType | [1..1] required | Arrival day | ||
arrivalTime | timeBaseType | [1..1] required | Time of arrival - the time is defined as SIBT (Scheduled In-Block Time) / STA (Scheduled Time of Arrival) | ||
operatingAirline | stringUIDBaseType | [1..1] required | Reference to the operating airline | ||
analysis | flightAnalysisType | [0..1] optional | Analysis results | ||
| Type | Name |
|---|---|
flightsType | flight |