namespace | http://www.fixm.aero/ext/nas/4.3 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="EramWarningTypeType"> <xs:annotation> <xs:documentation>ERAM warning types.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="AMD_FREQUENCY"> <xs:annotation> <xs:documentation>This enumerated value indicates a violation of the cool-down period before sending another amendment request.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MERGE_ANGLE"> <xs:annotation> <xs:documentation>This enumerated value indicates a merge angle warning.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MODIFIED_FLT_DATA"> <xs:annotation> <xs:documentation>This enumerated value indicates a warning the flight contains modified data that has not been displayed yet.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DATA_COMM"> <xs:annotation> <xs:documentation>This enumerated value indicates a warning the flight contains DataComm warnings.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |