simpleType DiversionRecoveryIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasDiversionType/diversionRecoveryIndicator
facets
Kind Value Annotation
enumeration DIVERSION_RECOVERY
documentation
The flight is in diversion recovery.
annotation
documentation
Indicates whether a flight is in diversion recovery.
source <xs:simpleType name="DiversionRecoveryIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether a flight is in diversion recovery.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DIVERSION_RECOVERY">
     
<xs:annotation>
       
<xs:documentation>The flight is in diversion recovery.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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