simpleType FlightSuspensionWarningIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element MeteringNotificationType/flightSuspensionWarning
facets
Kind Value Annotation
enumeration FLIGHT_SUSPENSION_WARNING
documentation
The flight was suspended in the system.
annotation
documentation
Notification indicating that the flight has been suspended in the system.
source <xs:simpleType name="FlightSuspensionWarningIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Notification indicating that the flight has been suspended in the system.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="FLIGHT_SUSPENSION_WARNING">
     
<xs:annotation>
       
<xs:documentation>The flight was suspended in the system.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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