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