simpleType FlightRulesType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
element RouteTrajectoryElementType/flightRulesChange
facets
Kind Value Annotation
enumeration IFR
documentation
Instrument Flight Rules
enumeration VFR
documentation
Visual Flight Rules
annotation
documentation
The regulation, or combination of regulations, that governs all aspects of operations under which the pilot plans to fly.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy