simpleType UomAltitudeType
namespace http://www.fixm.aero/base/4.1
type restriction of string
properties
base xs:string
used by
attribute AltitudeType/@uom
facets
Kind Value Annotation
enumeration FT
documentation

                  Foot.
              
enumeration M
documentation

                  Metre.
              
annotation
documentation

            The reference quantities used to express the value of altitude.
        
source <simpleType name="UomAltitudeType">
 
<annotation>
   
<documentation>
            The reference quantities used to express the value of altitude.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="FT">
     
<annotation>
       
<documentation>
                  Foot.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="M">
     
<annotation>
       
<documentation>
                  Metre.
              
</documentation>
     
</annotation>
   
</enumeration>
 
</restriction>
</simpleType>


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