...
Identifier | Data Encoding Rule | Justification | Data Verification Rule (UID) | Remarks | ||||||
---|---|---|---|---|---|---|---|---|---|---|
MKR-101 | The MarkerBeacon.designator attribute is mandatory for en-route markers. | Minimum AIP data set | AIXM-5.1_RULE-1A3360 (rule is for all marker beacons not only enroute) | |||||||
The MarkerBeacon.auralMorseCode attribute is mandatory for markers forming part of an ILS facility. | Minimum AIP data set | AIXM-5.1_RULE-1A3360 | ||||||||
MKR-102 | The MarkerBeacon.name attribute is mandatory. | Minimum AIP data set | TBD |
| ||||||
MKR-103 | The MarkerBeacon.frequency attribute is mandatory. | Minimum AIP data set | AIXM-5.1_RULE-1A330C | |||||||
MKR-104 | The MarkerBeacon.location attribute is mandatory. | Minimum AIP data set | AIXM-5.1_RULE-1A3358 | |||||||
MKR-105 | The NDB.designator shall not be duplicated within 600 NM of the location of the NDB. | EAD / ICAO Annex 11 | TBD | |||||||
MKR-106 | The value of the MarkerBeacon.frequency must be '75' 'MHz'. | EAD | TBD | |||||||
MKR-107 | The value of the NavaidComponent.markerPosition must be different for each MarkerBeacon that is used as NavaidComponent of the same Navaid instance which type is equal-to 'ILS' or 'ILS_DME' or 'LOC' or 'LOC_DME' . | EAD | TBD | |||||||
NDB-108 | The geographical distance between the MarkerBeacon.location and the NDB.location used as NavaidEquipment for the same Navaid instance must be less than 100 metres. | EAD | TBD | |||||||
MKR-109 | No more than one MarkerBeacon may be co-located with same NDB. | EAD | TBD |
...
Coding examples can also be found in the Sample AIP Data Set - Specimen (DONLON):
No. | Description | XPath Expression |
---|---|---|
NAV-EX-06 LLZ-EX-01 GPT-EX-01 NDB-EX-02 MKR-EX-02 MKR-EX-03 | ILS with MM and LOM | //aixm:NavaidTimeSlice [@gml:id ='NAV_OXS'] | //aixm:LocalizerTimeSlice [@gml:id ='LLZ_OXS'] | //aixm:GlidepathTimeSlice [@gml:id ='GPT_OXS'] | //aixm:NDBTimeSlice [@gml:id ='NDB_KL'] | //aixm:MarkerBeaconTimeSlice [@gml:id ='MKR_OM27R'] | //aixm:MarkerBeaconTimeSlice [@gml:id ='MKR_MM27R'] |
NAV-EX-05 NDB-EX-03 MKR-EX-01 | NDB collocated with Marker Beacon | //aixm:NavaidTimeSlice [@gml:id ='NAV_SCN'] | //aixm:NDBTimeSlice [@gml:id ='NDB_SCN'] | //aixm:MarkerBeaconTimeSlice [@gml:id ='NDB_SCN'] |
...