namespace | https://mmixm.aero/base/3 | ||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="CodeRatingType"> <xs:annotation> <xs:documentation>Enumerated list of the rating of the credential. As defined by the MOU between AOV and AMMS.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Automation"> <xs:annotation> <xs:documentation>Ratings pertaining to systems or services used to provide automated processing of data elements used in the NAS.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Communication"> <xs:annotation> <xs:documentation>Ratings pertaining to systems or services used to transmit or receive voice or data.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Environmental"> <xs:annotation> <xs:documentation>Ratings pertaining to systems or services used to support, house, or protect NAS systems, subsystems and equipment used to support the FAA mission (individually or in combination) within the NAS.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NAVAID"> <xs:annotation> <xs:documentation>Ratings pertaining to systems or services used to provide navigational data and landing guidance information for pilots.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Power"> <xs:annotation> <xs:documentation>Ratings pertaining to systems or services used to support NAS systems, the FAA mission (individually or in combination).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Surveillance"> <xs:annotation> <xs:documentation>Ratings pertaining to systems or services used for real-time detection and/or display of airborne or ground positional information for air traffic control.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Weather"> <xs:annotation> <xs:documentation>Ratings pertaining to systems or services used to provide meteorological data and guidance information.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |