Register relation measure

A relation measure is registered at the PPM system in the process tree configuration file using the following XML element:

<userelki name="..." relname="..." assessment="..." scale="..." refinement="..."/>

If necessary, the same relation measure is registered individually for each relation.

XML tag

Description

name

Internal name of the relation measure. The measure itself is defined in the kidef XML element in the measure configuration.

relname

Internal name of the relation for which the relation measure is to be available

assessment

Chapter Register measure

scale
(optional)

Chapter Register measure

refinement
(optional)

Chapter Register measure

Example (extract from process tree configuration):

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

<!DOCTYPE processtree SYSTEM
"KeyindicatorProcesstree.dtd">

<processtree name="Processes">

<processparamset>

...

</processparamset>

<functionparamset>

...

</functionparamset>

...

<processtypegroup name="Customer Services"
dbtablename="CUBE6">

<processparamset>

...

</processparamset>

<userelki name="RNUMA" relname="REL_CARRY_OUT"
assessment="POS"/>

<userelki name="RNUMA" relname="REL_PING_PONG"
assessment="POS"/>

...

<processtype name="..." autovisible="TRUE">

<typifierrule function="..." priority="..."/>

...

<userelki name="..." relname="..."/>

...

</processtype>

...

</processtypegroup>

...

</processtree>