namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="NasFlightRulesType"> <xs:annotation> <xs:documentation>The regulation, or combination of regulations, that governs all aspects of operations under which the pilot plans to fly in the NAS. </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="IFR"> <xs:annotation> <xs:documentation>Instrument Flight Rules</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VFR"> <xs:annotation> <xs:documentation>Visual Flight Rules</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DVFR"> <xs:annotation> <xs:documentation>Defense Visual Flight Rules </xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |