simpleType CoordinationTimeTypeType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasCoordinationType/coordinationTimeHandling
facets
Kind Value Annotation
enumeration P
documentation
Proposed flight plan preparing for departure
enumeration D
documentation
Flight plan has departed from the departure airport
enumeration E
documentation
Active flight plan, aircraft is flying.             
annotation
documentation
The indicator for the type of Coordination Time.
source <xs:simpleType name="CoordinationTimeTypeType">
 
<xs:annotation>
   
<xs:documentation>The indicator for the type of Coordination Time.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="P">
     
<xs:annotation>
       
<xs:documentation>Proposed flight plan preparing for departure</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="D">
     
<xs:annotation>
       
<xs:documentation>Flight plan has departed from the departure airport</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="E">
     
<xs:annotation>
       
<xs:documentation>Active flight plan, aircraft is flying.              </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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