complexType · extension complexBaseType · sequence
Flight point
| 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 |
|---|---|---|---|---|---|
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
name | stringBaseType | [1..1] required | Name | ||
description | stringBaseType | [0..1] optional | Description | ||
altitude | doubleBaseType | [1..1] required | Altitude | ||
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |||||
machNumber | doubleBaseType | [1..1] required | Mach number | ||
calibratedAirSpeed | doubleBaseType | [1..1] required | Calibrated air speed | ||
trueAirSpeed | doubleBaseType | [1..1] required | True air speed | ||
environment | environmentType | [1..1] required | Environmental conditions | ||
| Type | Name |
|---|---|
flightPointsType | flightPoint |