simpleType ClassifiedSpeedIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasAirspeedChoiceType/classified
facets
Kind Value Annotation
enumeration CLASSIFIED
documentation
Indicates that a given flights speed is classified, usually reserved for military or VIP flights.
annotation
documentation
The indication that the speed for this flight is classified and is not to be recorded.
source <xs:simpleType name="ClassifiedSpeedIndicatorType">
 
<xs:annotation>
   
<xs:documentation>The indication that the speed for this flight is classified and is not to be recorded. </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CLASSIFIED">
     
<xs:annotation>
       
<xs:documentation>Indicates that a given flights speed is classified, usually reserved for military or VIP flights.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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