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