Trace Holders Element

The TraceHolders element manages how traced Document Objects Types can be created. Among other functionality, it determines whether trace holder types can be generated from the Action Pane. Generate means that a new Document Object Type gets created with a trace from this Document Object Type.

Example

The following example allows for the specified Document Object Types to be generated.

<TraceHolders>
  <TraceHolder TypeName="Design Input Requirement" Generatable="true" />
  <TraceHolder TypeName="Validation Test Case" Generatable="true" />
</TraceHolders>

XML Elements

TraceHolder

The Document Object Type to be managed.

XML Attributes

TypeName (required)

The name of the Document Object Type to be managed.

Generatable (required)

Specifies whether the Document Object Type can be generated. Generate means that a new Document Object Type gets created with a trace from this Document Object Type.

<TraceHolder TypeName="Design Input Requirement" Generatable="true" />

CopyChapterStructure

Specifies if the chapter structure from should be copied on generate. The default value is false.

<TraceHolder TypeName="Design Input Requirement" Generatable="true"
  CopyChapterStructure="true" />

Last updated

Was this helpful?