simpleType StarsFlightPlanStatusType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute NasFlightPlanType/@starsFlightPlanStatus
facets
Kind Value Annotation
enumeration PENDING
enumeration ACTIVE
enumeration TERMINATED
enumeration PASSIVE
annotation
documentation

            Flight Plan Status: Pending, Active, Terminated, Passive.
        
source <simpleType name="StarsFlightPlanStatusType">
 
<annotation>
   
<documentation>
            Flight Plan Status: Pending, Active, Terminated, Passive.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="PENDING"/>
   
<enumeration value="ACTIVE"/>
   
<enumeration value="TERMINATED"/>
   
<enumeration value="PASSIVE"/>
 
</restriction>
</simpleType>


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