simpleType StarsFlightRulesType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasRouteInformationType/starsFlightRules
facets
Kind Value Annotation
enumeration VFR
documentation
Visual Flight Rules
enumeration VFR_ON_TOP
documentation
Visual Flight Rules On Top
enumeration ENROUTE_IFR
documentation
En Route Instrument Flight Rules
enumeration IFR
documentation
Instrument Flight Rules
annotation
documentation
Container for STARS-reported flight rules.
source <xs:simpleType name="StarsFlightRulesType">
 
<xs:annotation>
   
<xs:documentation>Container for STARS-reported flight rules.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="VFR">
     
<xs:annotation>
       
<xs:documentation>Visual Flight Rules</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="VFR_ON_TOP">
     
<xs:annotation>
       
<xs:documentation>Visual Flight Rules On Top</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="ENROUTE_IFR">
     
<xs:annotation>
       
<xs:documentation>En Route Instrument Flight Rules</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="IFR">
     
<xs:annotation>
       
<xs:documentation>Instrument 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