simpleType StarsFlightStatusType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute NasFlightStatusType/@starsFlightStatus
facets
Kind Value Annotation
enumeration ARRIVAL
enumeration DEPARTURE
enumeration ENROUTE
annotation
documentation

            STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).
        
source <simpleType name="StarsFlightStatusType">
 
<annotation>
   
<documentation>
            STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="ARRIVAL"/>
   
<enumeration value="DEPARTURE"/>
   
<enumeration value="ENROUTE"/>
 
</restriction>
</simpleType>


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