complexType · extension complexBaseType · all
Geographic point
Geographic point type, containing a longitude, latitude, altitude data triplet.
| 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 | optional | 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. | |||||
longitude | doubleBaseType | [0..1] optional | Longitude coordinate 0-360 | ||
latitude | doubleBaseType | [0..1] optional | Latitude coordinate 0-360 | ||
altitude | doubleBaseType | [0..1] optional | Altitude in meters | ||
| Type | Name |
|---|---|
missionStartConditionType | positionGeo |