complexType · extension complexBaseType · choice
Runway start position
Description of the vehicle on the runway relative to the runway threshold.
| 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 |
| 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 |
|---|---|---|---|---|---|
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |||||
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
x | doubleBaseType | [1..1] required | X-position in cartesian coordinates in the runway coordinate system | ||
y | doubleBaseType | [1..1] required | Y-position in cartesian coordinates in the runway coordinate system | ||
z | doubleBaseType | [1..1] required | Z-position in cartesian coordinates in the runway coordinate system | ||
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
distance | doubleBaseType | [1..1] required | Lengthwise distance along the runway centerline from the runway threshold | ||
lateralOffset | doubleBaseType | [0..1] optional | Lateral offset from the runway centerline. Positive values on the starboard side. | ||
| Type | Name |
|---|---|
missionStartRunwayType | runwayStartPosition |