simpleType UomAreaType
namespace http://www.fixm.aero/ext/nas/4.4
type restriction of xs:string
properties
base xs:string
used by
attribute AreaType/@uom
facets
Kind Value Annotation
enumeration M_SQUARED
documentation
Meters squared.
annotation
documentation
Unit of measure for area.
source <xs:simpleType name="UomAreaType">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for area.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="M_SQUARED">
     
<xs:annotation>
       
<xs:documentation>Meters squared.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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