complexType GeographicLocation
diagram mmixm_diagrams/mmixm_p36.png
namespace https://mmixm.aero/base/2.1.0
children mb:elevation mb:latitude mb:longitude mb:source
used by
element Location/geographicLocation
annotation
documentation
Complex type containing the geographic location. The CRS associated with these elements is assumed to be urn:ogc:def:crs:EPSG::4326.
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>

element GeographicLocation/elevation
diagram mmixm_diagrams/mmixm_p37.png
namespace https://mmixm.aero/base/2.1.0
type xs:integer
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The elevation at the given location.
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>

element GeographicLocation/latitude
diagram mmixm_diagrams/mmixm_p38.png
namespace https://mmixm.aero/base/2.1.0
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The latitude for a given location.
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>

element GeographicLocation/longitude
diagram mmixm_diagrams/mmixm_p39.png
namespace https://mmixm.aero/base/2.1.0
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The longitude for a given location.
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>

element GeographicLocation/source
diagram mmixm_diagrams/mmixm_p40.png
namespace https://mmixm.aero/base/2.1.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Source of geographic information.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy