Attribute values without object reference

The specified attribute is used for all process instance objects of the object type specified by nodetype for which it is entered. This results in a set of values, which contains a number of elements corresponding to the occurrence of the attribute.

Example

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE keyindicatorconfig SYSTEM

'KeyindicatorConfiguration.dtd'>

<keyindicatorconfig>

...

<calcattr name="..." type="...">

<calculation>
...

<attribute name="AT_ABC" nodetype="OT_FUNC"/>

...

</calculation>

</calcattr>

...

</keyindicatorconfig>

The values of the AT_ABC attribute for all functions in the process instance currently being calculated are included in the set of values.