simpleType StarsFlightPlanStatusType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasFlightPlanType/starsFlightPlanStatus
facets
Kind Value Annotation
enumeration PENDING
documentation
Pending
enumeration ACTIVE
documentation
Active
enumeration TERMINATED
documentation
Terminated
enumeration PASSIVE
documentation
Passive
annotation
documentation
Flight Plan Status: Pending, Active, Terminated, Passive.
source <xs:simpleType name="StarsFlightPlanStatusType">
 
<xs:annotation>
   
<xs:documentation>Flight Plan Status: Pending, Active, Terminated, Passive.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="PENDING">
     
<xs:annotation>
       
<xs:documentation>Pending</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="ACTIVE">
     
<xs:annotation>
       
<xs:documentation>Active</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TERMINATED">
     
<xs:annotation>
       
<xs:documentation>Terminated</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PASSIVE">
     
<xs:annotation>
       
<xs:documentation>Passive</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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