...
AIXM Model Overview
Include Page | ||||
---|---|---|---|---|
|
Info | ||
---|---|---|
| ||
A change proposal (AIXM-402) for the next AIXM 5.2 version has been approved by the AIXM Change Control Board, which allows the addition of ICAO country code as an attribute. The coding guidelines provided here are aligned with forward/backward conversion rules contained in the AIXM-402 Change Proposal. |
Info | ||
---|---|---|
| ||
A change proposal (AIXM-467) for the next AIXM 5.2 version has been approved by the AIXM Change Control Board, in which additional classes, associations and data types are added in the model representing elements of the GNSS. The coding guidelines provided here are aligned with forward/backward conversion rules contained in the AIXM-467 Change Proposal. |
Coding Example
The figure below shows a simple example of a collocated "VOR/DME" with the designator "BOZ" and the name "BERG-OP-ZEE".
...
Coding examples can also be found in the DONLON AIXM 5.1.1 AIP data set file AIP Data Set - Specimen (DONLON):
No. | Description | XPath Expression |
---|---|---|
NAV-EX-01 VOR-EX-01 DME-EX-01 | VOR/DME (incl. served aerodrome) | //aixm:NavaidTimeSlice [@gml:id ='NAV_BOR'] | //aixm:VORTimeSlice [@gml:id ='VOR_BOR'] | //aixm:DMETimeSlice [@gml:id ='DME_BOR'] |
NAV-EX-02 VOR-EX-02 | VOR | //aixm:NavaidTimeSlice [@gml:id ='NAV_EKO'] | //aixm:VORTimeSlice [@gml:id ='NAV_EKO'] |
NAV-EX-03 NDB-EX-01 | NDB (enroute) | //aixm:NavaidTimeSlice [@gml:id ='NAV_NDB_DON'] | //aixm:NDBTimeSlice [@gml:id ='NDB_DON'] |
NAV-EX-04 NDB-EX-02 | NDB (Locator) | //aixm:NavaidTimeSlice [@gml:id ='NAV_KL'] | //aixm:NDBTimeSlice [@gml:id ='NDB_KL'] |
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 ='MKR_SCN'] |
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'] |
...