simpleType RvsmFlightIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
elements NasEnRouteType/currentRvsmCompliance NasEnRouteType/futureRvsmCompliance
facets
Kind Value Annotation
enumeration COMPLIANT
documentation
Indicates that the Flight is RVSM compliant.
enumeration NON_COMPLIANT
documentation
Indicates that the Flight is not RVSM compliant.
annotation
documentation
Indicates the Reduced Vertical Separation Minimum (RVSM) compliance of a flight as determined by the Traffic Flow Management System (TFMS).
source <xs:simpleType name="RvsmFlightIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates the Reduced Vertical Separation Minimum (RVSM) compliance of a flight as determined by the Traffic Flow Management System (TFMS).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="COMPLIANT">
     
<xs:annotation>
       
<xs:documentation>Indicates that the Flight is RVSM compliant.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NON_COMPLIANT">
     
<xs:annotation>
       
<xs:documentation>Indicates that the Flight is not RVSM compliant.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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