simpleType NasFlightRulesType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute NasRouteElementType/@nasFlightRules
facets
Kind Value Annotation
enumeration IFR
documentation

                  Instrument Flight Rules
              
enumeration VFR
documentation

                  Visual Flight Rules
              
enumeration DVFR
documentation

                  Defense Visual Flight Rules
              
annotation
documentation

            The regulation, or combination of regulations, that governs all aspects of operations
            under which the pilot plans to fly in the NAS.
        
source <simpleType name="NasFlightRulesType">
 
<annotation>
   
<documentation>
            The regulation, or combination of regulations, that governs all aspects of operations
            under which the pilot plans to fly in the NAS.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="IFR">
     
<annotation>
       
<documentation>
                  Instrument Flight Rules
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="VFR">
     
<annotation>
       
<documentation>
                  Visual Flight Rules
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="DVFR">
     
<annotation>
       
<documentation>
                  Defense Visual Flight Rules
              
</documentation>
     
</annotation>
   
</enumeration>
 
</restriction>
</simpleType>


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