... | ... | @@ -34,7 +34,7 @@ A VOR-DME is a good example. This [[navigational aid]] is a combination of a VOR |
|
|
</Dme>
|
|
|
```
|
|
|
|
|
|
The `VorUid` [[uniquely identifies|identification]] this `Vor` feature. The `Dme` feature contains the full `VorUid` which associates it to the `Vor`.
|
|
|
The `VorUid` [[uniquely identifies|identifiers]] this `Vor` feature. The `Dme` feature contains the full `VorUid` which associates it to the `Vor`.
|
|
|
|
|
|
The bonding between the two features is **weak**: Say, if the `codeId` of the `Vor` changes, the `DmeUid` **does not** automatically change as well.
|
|
|
|
... | ... | @@ -59,7 +59,7 @@ The association may be nested inside another `*Uid` tag such as [[airports|airpo |
|
|
</Rwy>
|
|
|
```
|
|
|
|
|
|
The `AhpUid` [[uniquely identifies|identification]] this `Ahp` feature. The `Rwy` feature contains the full `AhpUid` inside it's `RwyUid` which associates it to the `Ahp`.
|
|
|
The `AhpUid` [[uniquely identifies|identiers]] this `Ahp` feature. The `Rwy` feature contains the full `AhpUid` inside it's `RwyUid` which associates it to the `Ahp`.
|
|
|
|
|
|
The bonding between the two features is **strong**: Say, if the `codeId` of the `Ahp` changes, the `RwyUid` **does** automatically change as well.
|
|
|
|
... | ... | |