simpleType FsepLocIdType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
elements AtowOrganization/locId FsepIdentifier/fsepLocId
facets
Kind Value Annotation
pattern [A-Z0-9]{3,4}
annotation
documentation
This three or four character field contains the city and state where the equipment is physically located.   Location identifiers assignment process is detailed in Order 6000.5E, Chapter 3, Section 3.1 Location Identifier Process. This is the field FAC_IDENT in the RMLS/FSEP database but which is typically referred to as LOC_ID. There are three sources for a LOC_ID:

1. A value from the IDENT column in the 7350.9.
2. A value from the IDENT column in the 7350.9 to which a single character suffix is added. The suffix is added when there is more than one instance of the same FSEP Facility at a specific location. An example is the Precision Approach Path Indicators (PAPI) at Boston Logan Airport. There are 4 of these, and each has a different LOC_ID derived from BOS, the identifier for Logan. These are BOS, BOSA, BOSB and BOSC.
3. A made up value starting with a Q. These are known as Q Identifiers and are created when there is no established identifier within 20 miles of the location of the FSEP Facility.

Sample values include I90, DAL, TPA, CXYA, DCAP, PUB, ZDCC, DFWA.
source <xs:simpleType name="FsepLocIdType">
 
<xs:annotation>
   
<xs:documentation>This three or four character field contains the city and state where the equipment is physically located.   Location identifiers assignment process is detailed in Order 6000.5E, Chapter 3, Section 3.1 Location Identifier Process. This is the field FAC_IDENT in the RMLS/FSEP database but which is typically referred to as LOC_ID. There are three sources for a LOC_ID:

1. A value from the IDENT column in the 7350.9.
2. A value from the IDENT column in the 7350.9 to which a single character suffix is added. The suffix is added when there is more than one instance of the same FSEP Facility at a specific location. An example is the Precision Approach Path Indicators (PAPI) at Boston Logan Airport. There are 4 of these, and each has a different LOC_ID derived from BOS, the identifier for Logan. These are BOS, BOSA, BOSB and BOSC.
3. A made up value starting with a Q. These are known as Q Identifiers and are created when there is no established identifier within 20 miles of the location of the FSEP Facility.

Sample values include I90, DAL, TPA, CXYA, DCAP, PUB, ZDCC, DFWA.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{3,4}"/>
 
</xs:restriction>
</xs:simpleType>


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