simpleType StarsFlightStatusType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasFlightStatusType/starsFlightStatus
facets
Kind Value Annotation
enumeration ARRIVAL
documentation
Arrival
enumeration DEPARTURE
documentation
Departure
enumeration ENROUTE
documentation
En Route
annotation
documentation
STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).
source <xs:simpleType name="StarsFlightStatusType">
 
<xs:annotation>
   
<xs:documentation>STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ARRIVAL">
     
<xs:annotation>
       
<xs:documentation>Arrival</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="DEPARTURE">
     
<xs:annotation>
       
<xs:documentation>Departure</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="ENROUTE">
     
<xs:annotation>
       
<xs:documentation>En Route</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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