namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="FsepFacType"> <xs:annotation> <xs:documentation>The five- character alphanumeric field contains the type of entity in FSEP, including services. This is the field FAC_TYPE in the RMLS/FSEP database. Sample values include the following. ASR: Airport Surveillance Radar ATIS: Automatic Terminal Information System ATCT: Airport Traffic Control Tower BUECS: Backup Emergency Communications Service CFAD: Composite Flight Data Processing Service EADS: En Route Automation Display System</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[0-9A-Z]{2,5}"/> </xs:restriction> </xs:simpleType> |