| namespace | http://www.fixm.aero/base/4.3 | |||||||||||||||||||||||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||||||||||||||||||||||
| properties | 
  | 
				|||||||||||||||||||||||||||||||||||||||||||
| used by | 
  | 
				|||||||||||||||||||||||||||||||||||||||||||
| facets | 
  | 
				|||||||||||||||||||||||||||||||||||||||||||
| annotation | 
  | 
				|||||||||||||||||||||||||||||||||||||||||||
| 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>  |