| Name | Values | Description | |
|---|---|---|---|
| Element | DataLinks | DataLink+ | Contains the data link information. |
| Element | DataLink | string | Contains a reference to an element in a file. This can be e.g. the id of an UML-element of a file. Since the references will be created by the plugins used with QuickRev they can be in any user defined format. Therefore it is not simply an attribute of an element, but the content of this element to use any string in any format. The id attribute of this element will be referenced by a comment instead to avoid to much clutter and duplicated data-links in the project files. |
| Attributes | id | string | A unique identifier of the data-link to be referenced by the comments. |
<?xml version="1.0" encoding="UTF-8"?> <QuickRev version="1.8.0"> <DataLinks> <DataLink id="d0">id:node:state1.creation</DataLink> <DataLink id="d1">id:node:note1</DataLink> </DataLinks> </QuickRev>
| Copyright © 2008 - 2026 Tom Seidel | Last Update: 2026-2-23 |