<!ATTLIST STEP idrefs IDREFS #REQUIRED target IDREF #REQUIRED filter IDREF #IMPLIED> |
Attribute | Mand. | Description | Default |
idrefs | yes | List of identifiers of used relation fields. Those fields should belong to the starting class or the target class and refer to the starting class or the target class. | |
target | yes | Reference to the target class. | |
filter | no | A filter may be defined in a step in order to limit the number of collected objects at the end of step during the computation of cross-references. This filter is applied to the target class. |
<!ELEMENT STEP (FILTER | FILTER_REF)?> |
Element | Mand. | Mult. | Description |
FILTER | yes | no | Filter used to limit result objects. |
FILTER_REF | yes | no | Reference of the filter used to limit result objects. |