simpleType VisualFlightRulesLevelType
namespace http://www.fixm.aero/base/4.3
type restriction of xs:string
properties
base xs:string
used by
element FlightLevelOrAltitudeOrVfrChoiceType/visualFlightRules
facets
Kind Value Annotation
enumeration VFR
documentation
No specific altitude has been provided for this VFR flight.
annotation
documentation
Indicates that no specific altitude has been provided for a flight operated under visual flight rules.
source <xs:simpleType name="VisualFlightRulesLevelType">
 
<xs:annotation>
   
<xs:documentation>Indicates that no specific altitude has been provided for a flight operated under visual flight rules.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="VFR">
     
<xs:annotation>
       
<xs:documentation>No specific altitude has been provided for this VFR flight.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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