simpleType RnavIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasNavigationCapabilitiesType/rnavIndicator
facets
Kind Value Annotation
enumeration RNAV
documentation
The flight is RNAV capable.
annotation
documentation
Indicates if the flight is RNAV capable
source <xs:simpleType name="RnavIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates if the flight is RNAV capable</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="RNAV">
     
<xs:annotation>
       
<xs:documentation>The flight is RNAV capable.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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