simpleType UomLengthType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attribute LengthType/@uom
facets
Kind Value Annotation
enumeration CM
documentation
Centimetre
enumeration FT
documentation
Foot
enumeration IN
documentation
Inch
enumeration KM
documentation
Kilometre
enumeration M
documentation
Metre
enumeration MI
documentation
Statute mile
enumeration MM
documentation
Millimeter
enumeration NM
documentation
Nautical mile
annotation
documentation
The reference quantities used to express the value of the length, or distance between two entities. [ISO 19103, chapter 6.5.7.8]
source <xs:simpleType name="UomLengthType">
 
<xs:annotation>
   
<xs:documentation>The reference quantities used to express the value of the length, or distance between two entities. [ISO 19103, chapter 6.5.7.8]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CM">
     
<xs:annotation>
       
<xs:documentation>Centimetre</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FT">
     
<xs:annotation>
       
<xs:documentation>Foot</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="IN">
     
<xs:annotation>
       
<xs:documentation>Inch</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="KM">
     
<xs:annotation>
       
<xs:documentation>Kilometre</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="M">
     
<xs:annotation>
       
<xs:documentation>Metre</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MI">
     
<xs:annotation>
       
<xs:documentation>Statute mile</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MM">
     
<xs:annotation>
       
<xs:documentation>Millimeter</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NM">
     
<xs:annotation>
       
<xs:documentation>Nautical mile</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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