simpleType FlightRulesCategoryType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
elements FlightRouteInformationType/flightRulesCategory FficeFFP_FlightRouteInformationType/flightRulesCategory FficeFPU_FlightRouteInformationType/flightRulesCategory FficePFP_FlightRouteInformationType/flightRulesCategory FficeTRQ_FlightRouteInformationType/flightRulesCategory
facets
Kind Value Annotation
enumeration I
documentation
The entire flight is intended to be operated under the IFR.
enumeration V
documentation
The entire flight is intended to be operated under the VFR.
enumeration Y
documentation
The flight will initially be operated under the IFR, followed by one or more subsequent changes of flight rules.
enumeration Z
documentation
The flight will initially be operated under the VFR, followed by one or more subsequent changes of flight rules.
annotation
documentation
The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, Appendix 2, Item 8]
source <xs:simpleType name="FlightRulesCategoryType">
 
<xs:annotation>
   
<xs:documentation>The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, Appendix 2, Item 8]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="I">
     
<xs:annotation>
       
<xs:documentation>The entire flight is intended to be operated under the IFR.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="V">
     
<xs:annotation>
       
<xs:documentation>The entire flight is intended to be operated under the VFR.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Y">
     
<xs:annotation>
       
<xs:documentation>The flight will initially be operated under the IFR, followed by one or more subsequent changes of flight rules.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Z">
     
<xs:annotation>
       
<xs:documentation>The flight will initially be operated under the VFR, followed by one or more subsequent changes of 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