simpleType UomHeightType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attribute HeightType/@uom
facets
Kind Value Annotation
enumeration FT
documentation
Foot.
enumeration M
documentation
Metre.
annotation
documentation
The reference quantities used to express the value of height.
source <xs:simpleType name="UomHeightType">
 
<xs:annotation>
   
<xs:documentation>The reference quantities used to express the value of height.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="FT">
     
<xs:annotation>
       
<xs:documentation>Foot.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="M">
     
<xs:annotation>
       
<xs:documentation>Metre.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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