simpleType SfdpsFlightStatusType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute NasFlightStatusType/@sfdpsFlightStatus
facets
Kind Value Annotation
enumeration PROPOSED
documentation

                  There is at least one non-cancelled flight plan in place and the flight has not yet
                  become airborne.
              
enumeration ACTIVE
documentation

                  Flight is airborne and updates are still being generated for the flight.
              
enumeration COMPLETED
documentation

                  Flight has landed at its destination.
              
enumeration CANCELLED
documentation

                  There are only cancelled flight plans for the flight and it was never airborne.
              
enumeration DROPPED
documentation

                  Data updates terminated before the flight landed. It is unknown whether the flight
                  is still airborne or not. This could be a flight that has left FAA airspace or a
                  flight that has switched to Visual Flight Rules.
              
annotation
documentation

            Represents the current status of the flight as specified by the SWIM SFDPS.
            Identification of the current aspect of the flight life cycle as determined by the
            SWIM Flight Data Publication Service (SFDPS).
        
source <simpleType name="SfdpsFlightStatusType">
 
<annotation>
   
<documentation>
            Represents the current status of the flight as specified by the SWIM SFDPS.
            Identification of the current aspect of the flight life cycle as determined by the
            SWIM Flight Data Publication Service (SFDPS).
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="PROPOSED">
     
<annotation>
       
<documentation>
                  There is at least one non-cancelled flight plan in place and the flight has not yet
                  become airborne.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="ACTIVE">
     
<annotation>
       
<documentation>
                  Flight is airborne and updates are still being generated for the flight.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="COMPLETED">
     
<annotation>
       
<documentation>
                  Flight has landed at its destination.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="CANCELLED">
     
<annotation>
       
<documentation>
                  There are only cancelled flight plans for the flight and it was never airborne.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="DROPPED">
     
<annotation>
       
<documentation>
                  Data updates terminated before the flight landed. It is unknown whether the flight
                  is still airborne or not. This could be a flight that has left FAA airspace or a
                  flight that has switched to Visual Flight Rules.
              
</documentation>
     
</annotation>
   
</enumeration>
 
</restriction>
</simpleType>


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