namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="TfmsAircraftWeightClassType"> <xs:annotation> <xs:documentation>Describes an aircraft's weight category</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="SMALL"> <xs:annotation> <xs:documentation>Maximum take-off mass of 7,000 kilograms (~15,000 lbs) or less.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LARGE"> <xs:annotation> <xs:documentation>Maximum take-off mass of greater than 7,000 kilograms (~15,000 lbs) but less than 136,000 kilograms (~300,000 lbs).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HEAVY"> <xs:annotation> <xs:documentation>Maximum take-off mass of 136,000 kilograms (~300,000 lbs) or greater.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |