simpleType VerticalDatumType
namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
type restriction of xsd:string
used by
attributes VerticalExtentType/@datum VerticalDistanceType/@datum
facets
Kind Value annotation 
enumeration MSL 
enumeration AGL 
enumeration HAE 
annotation
appinfo
<mdr:definition>
MSL - Mean Sea Level; MSL is understood to be functionally equivalent to the EGM-96 (Earth Gravity Model 1996) Geoid for the purposes of search expressions.
AGL - Above Ground Level
HAE - Height Above Ellipsoid
</mdr:definition>
source <xsd:simpleType name="VerticalDatumType">
 
<xsd:annotation>
   
<xsd:appinfo>
     
<mdr:definition>
MSL - Mean Sea Level; MSL is understood to be functionally equivalent to the EGM-96 (Earth Gravity Model 1996) Geoid for the purposes of search expressions.
AGL - Above Ground Level
HAE - Height Above Ellipsoid
</mdr:definition>
   
</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="MSL"/>
   
<xsd:enumeration value="AGL"/>
   
<xsd:enumeration value="HAE"/>
 
</xsd:restriction>
</xsd:simpleType>


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