simpleType TfmsFlightStatusType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasFlightStatusType/tfmsFlightStatus
facets
Kind Value Annotation
enumeration ACTIVE
documentation
Active
enumeration CANCELED
documentation
Canceled
enumeration COMPLETED
documentation
Completed
enumeration PLANNED
documentation
Planned
annotation
documentation
Indicates the current status of the flight, as determined by Traffic Flow Management System (TFMS).
source <xs:simpleType name="TfmsFlightStatusType">
 
<xs:annotation>
   
<xs:documentation>Indicates the current status of the flight, as determined by Traffic Flow Management System (TFMS).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ACTIVE">
     
<xs:annotation>
       
<xs:documentation>Active</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CANCELED">
     
<xs:annotation>
       
<xs:documentation>Canceled</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="COMPLETED">
     
<xs:annotation>
       
<xs:documentation>Completed</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PLANNED">
     
<xs:annotation>
       
<xs:documentation>Planned</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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