| namespace | http://www.fixm.aero/ext/nas/4.4 | ||||||||||||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||
| source | <xs:simpleType name="SfdpsFlightStatusType"> <xs:annotation> <xs:documentation>Represents the current state of the flight life cycle as determined by the SWIM Flight Data Publication Service (SFDPS).</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="PROPOSED"> <xs:annotation> <xs:documentation>There is at least one non-canceled flight plan in place and the flight has not yet become airborne.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ACTIVE"> <xs:annotation> <xs:documentation> Flight is airborne and updates are still being generated for the flight.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COMPLETED"> <xs:annotation> <xs:documentation> Flight has landed at its destination.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CANCELLED"> <xs:annotation> <xs:documentation>There are only canceled flight plans for the flight and it was never airborne.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DROPPED"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |