diagram | ![]() |
||
namespace | https://mmixm.aero/base/2.1.0 | ||
children | mb:elevation mb:latitude mb:longitude mb:source | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="GeographicLocation"> <xs:annotation> <xs:documentation>Complex type containing the geographic location. The CRS associated with these elements is assumed to be urn:ogc:def:crs:EPSG::4326.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="elevation" type="xs:integer" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The elevation at the given location.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="latitude" type="xs:decimal" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The latitude for a given location.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="longitude" type="xs:decimal" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The longitude for a given location.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="source" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Source of geographic information.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | xs:integer | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="elevation" type="xs:integer" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The elevation at the given location.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="latitude" type="xs:decimal" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The latitude for a given location.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="longitude" type="xs:decimal" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The longitude for a given location.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="source" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Source of geographic information.</xs:documentation> </xs:annotation> </xs:element> |