complexType · extension complexBaseType · sequence
Start conditions
Conditions which define the start of a mission
| 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 |
|---|---|---|---|---|---|
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |||||
calibratedAirSpeed | doubleBaseType | [1..1] required | Calibrated airspeed at the start of the mission [m/s] | ||
machNumber | doubleBaseType | [1..1] required | Mach number at the start of the mission | ||
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |||||
positionXYZ | pointXYZType | [1..1] required | Global coordinate at the start of the mission in xyz coordinates | ||
positionGeo | geographicPointType | [1..1] required | Global coordinate at the start of the mission in geographic coordinates (longitude, latitude, altitude) | ||
runway | missionStartRunwayType | [1..1] required | UID of the runway at which the mission starts | ||
heading | doubleBaseType | [0..1] optional | Flight heading at the start of the mission, in compassAngle with reference to true North | ||
startTimeUTC | timeBaseType | [0..1] optional | UTC time at start of mission | ||
environment | environmentType | [1..1] required | Environmental conditions at the start of the mission | ||
| Type | Name |
|---|---|
missionType | startCondition |