namespace | http://www.fixm.aero/flight/4.1 | |||||||||||||
type | restriction of string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <simpleType name="FlightRulesType"> <annotation> <documentation> The regulation, or combination of regulations, that governs all aspects of operations under which the pilot plans to fly. </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> </restriction> </simpleType> |