simpleType TrackStatusType
namespace http://www.fixm.aero/ext/nas/4.4
type restriction of xs:string
properties
base xs:string
used by
element AsdexProvenanceType/trackStatus
facets
Kind Value Annotation
enumeration CONFIRMED
documentation
Confirmed track
enumeration NEW
documentation
New track
annotation
documentation
Indicates if a track is new or confirmed.
source <xs:simpleType name="TrackStatusType">
 
<xs:annotation>
   
<xs:documentation>Indicates if a track is new or confirmed.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CONFIRMED">
     
<xs:annotation>
       
<xs:documentation>Confirmed track</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NEW">
     
<xs:annotation>
       
<xs:documentation>New track</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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