Modeling systems > Associating system model blocks with other objects using trace links > Configuring trace links
Modify style sheets for custom trace links
To view and delete custom trace links, modify the Active Workspace style sheets.
To add the custom Type_TraceLink (real name), you change the corresponding xrt for the object.
Example
For a Type that is a requirement revision object, the summary style sheet is Awp0RequirementRevisionSummary. Therefore, for a new custom trace link type of A4BZ_FND_Tracelink (real name) and BZ_FND_Tracelink (display name) between two requirements revision objects, you add the type name to the trace link section of the style sheet, in both the defining and the complying objects.
Review the sections in the example code that follows and consider the following rules:
| Code section | Rules |
|---|---|
<section titleKey="tc_xrt_DefiningObjects"> |
Add the S2P: prefix for secondary-to-primary traversal only. Add the S2P: prefix to the relation that the object set source traverses. To traverse multiple relations or subtypes of the same relation, enter a comma-delimited list of the relation and subtype names. Prefix each relation and subtype name with S2P:. |
<section titleKey="tc_xrt_ComplyingObjects"> |
The S2P prefix is not required for primary-to-secondary traversal; the prefix is required for secondary-to-primary traversal only. The relation property displays the table column with the relation display name as defined in the Business Modeler IDE. |
<page titleKey="FND_TraceLink" visibleWhen="has_trace_link==Y">
<section titleKey="tc_xrt_DefiningObjects">
<objectSet source="S2P:FND_TraceLink.WorkspaceObject,
S2P:A4BZ_FND_Tracelink.WorkspaceObject"
sortdirection="descending" sortby="object_string"
defaultdisplay="tableDisplay">
<tableDisplay>
<property name="..."/>
...
</tableDisplay>
<listDisplay/>
</objectSet>
</section>
<section titleKey="tc_xrt_ComplyingObjects">
<objectSet source="FND_TraceLink.WorkspaceObject,
A4BZ_FND_Tracelink.WorkspaceObject"
sortdirection="descending"
sortby="object_string"
defaultdisplay="tableDisplay">
<tableDisplay>
<property name="..."/>
...
</tableDisplay>
<listDisplay/>
</objectSet>
</section>
</page>
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.MBSE/xid1119732 · retrieved Sat Jul 11 2026 00:00:00 GMT+0000 (Coordinated Universal Time)