complexType · extension complexBaseType · all
Flight path
Definition of a flight path by points of longitude, latitude and a descriptive waypoint code.
| 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 |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
wayPoints | stringVectorBaseType | [1..1] required | Vector of waypoint codes. If waypoint codes are not available put empty items into the waypoint string. | ||
latitude | doubleVectorBaseType | pattern | [1..1] required | Vector of waypoint latitude values in [deg] | |
longitude | doubleVectorBaseType | pattern | [1..1] required | Vector of waypoint longitude values in [deg] | |
wayPointType | stringVectorBaseType | pattern | [1..1] required | Type of the way point | |
| Type | Name |
|---|---|
missionSegmentBlockConstraintsType | flightPath |