simpleType FlightRulesType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
elements RouteTrajectoryElementType/flightRulesChange FficeFFP_RouteTrajectoryElementType/flightRulesChange FficeFS_RouteTrajectoryElementType/flightRulesChange FficeFPU_RouteTrajectoryElementType/flightRulesChange FficePS_RouteTrajectoryElementType/flightRulesChange FficePFP_RouteTrajectoryElementType/flightRulesChange FficeTRQ_RouteTrajectoryElementType/flightRulesChange FficeTRP_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