Using the entity Subtag

The <entity> subtag represents an entity in the object model repository. Attributes are:

type
Specifies the entity type.
name
Specifies the entity name.
produced
Optionally indicates whether the entity is extracted, in which case it is deleted from the repository when the source file is invalidated (yes or no, the default).

Use the <attr> subtag to specify entity attributes. Attributes of the subtag are:

name
Specifies the attribute name.
value
Contains an expression that defines the attribute value.
join
Specifies the delimiter to use if all possible variable values are to be joined in a single value.

Use the <cond> subtag to specify a condition.