simpleType FsepFicType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element FsepIdentifier/fsepFic
facets
Kind Value Annotation
pattern [0-9A-Z]{4,5}
annotation
documentation
The Facility Identification Code (FIC) provides the make, model, and class for identifying equipment in FSEP. The make and model codes make up the four-character FIC Code. The FIC Code is mandatory in all non-service records. The FIC Codes established prior to the release of older versions of Order 6000.5 are still valid and remain in the FSEP Desk guides until the equipment is retired from the NAS. Not all legacy codes are changed to the new FIC Code. This is the field FAC_CODE_FACILITY in the RMLS/FSEP database. Sample values include the following.
ASR FICs: 53AC,  53AG, SC00
GBAS FICs: NWA0
TBFM FICs: 61UB, AE00
source <xs:simpleType name="FsepFicType">
 
<xs:annotation>
   
<xs:documentation>The Facility Identification Code (FIC) provides the make, model, and class for identifying equipment in FSEP. The make and model codes make up the four-character FIC Code. The FIC Code is mandatory in all non-service records. The FIC Codes established prior to the release of older versions of Order 6000.5 are still valid and remain in the FSEP Desk guides until the equipment is retired from the NAS. Not all legacy codes are changed to the new FIC Code. This is the field FAC_CODE_FACILITY in the RMLS/FSEP database. Sample values include the following.
ASR FICs: 53AC,  53AG, SC00
GBAS FICs: NWA0
TBFM FICs: 61UB, AE00
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-9A-Z]{4,5}"/>
 
</xs:restriction>
</xs:simpleType>


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