simpleType MeteringTimeComplianceType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
elements TfdmDepartureType/meteringReadyTimeCompliance TfdmDepartureType/meteringTimeCompliance
facets
Kind Value Annotation
enumeration COMPLIANT
documentation
Compliant
enumeration NOT_COMPLIANT
documentation
Not Compliant
annotation
documentation
Measures compliance with Target Movement Area Entry Time.
source <xs:simpleType name="MeteringTimeComplianceType">
 
<xs:annotation>
   
<xs:documentation>Measures compliance with Target Movement Area Entry Time.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="COMPLIANT">
     
<xs:annotation>
       
<xs:documentation>Compliant</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_COMPLIANT">
     
<xs:annotation>
       
<xs:documentation>Not Compliant</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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