%fully-qualified-id%
Expands to the fully-qualified id of the current context. If the current context is nested within other contexts, the hierarchy is expressed, separated by “.”. Note that only containers with a specified id are included in the expansion.
Syntax
%fully-qualified-id%
Example
<abs id="abs1">
<abs>
<abs id="abs2">
<label "The fully qualified ID is %fully-qualified-id%"/>
</abs>
</abs>
</abs>
Figure 89 - %fully-qualified-id% macro