Interlinked Components
On processing of several levels of interlinked components, it can be useful to explicitly identify each of the components so as to be able to access their characteristics.
For this purpose, the Id attribute enables assignment of an identifier to a component.
The characteristics of this component will subsequently be accessible by specifying its identifier using the attribute ParentId.

When parentId=root, it is the root that is referenced.
Example in a text concerning an "Organizational Process":
[C=Org-Unit id=XXXX]
[CL="Operation" If="cardinal=0"]
The org-unit [CP=Name parentid=XXXX/] does not carry out any operation.<br>
[/CL]
[/C]