simpleType FsepFacType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element FsepIdentifier/fsepFac
facets
Kind Value Annotation
pattern [0-9A-Z]{2,5}
annotation
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
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>


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