complexType GeographicLocation
diagram mmixm_diagrams/mmixm_p43.png
namespace https://mmixm.aero/base/4
children mb:elevation mb:geographicLocationProvenance mb:latitude mb:longitude
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="geographicLocationProvenance" type="mb:Provenance" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The date and source for the geographic location data.</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:sequence>
</xs:complexType>

element GeographicLocation/elevation
diagram mmixm_diagrams/mmixm_p44.png
namespace https://mmixm.aero/base/4
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/geographicLocationProvenance
diagram mmixm_diagrams/mmixm_p45.png
namespace https://mmixm.aero/base/4
type mb:Provenance
properties
minOcc 0
maxOcc 1
content complex
children mb:date mb:source
annotation
documentation
The date and source for the geographic location data.
source <xs:element name="geographicLocationProvenance" type="mb:Provenance" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The date and source for the geographic location data.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GeographicLocation/latitude
diagram mmixm_diagrams/mmixm_p46.png
namespace https://mmixm.aero/base/4
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_p47.png
namespace https://mmixm.aero/base/4
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>


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