Visible measure groups

A measure group is defined in the configuration file by the following XML element:

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

<!DOCTYPE kigrouproot SYSTEM 'KIGroup.dtd'>

<kigrouproot>

<description language="de" name="...">
Description text...
</description>

...
<kigroup name="...">

<description language="de" name="..."/>

<description language="en" name="..."/>

</kigroup>

...

</kigrouproot>

XML tag

Description

kigrouproot

Root of measure groups. Displayed as the top level group folder in the PPM front-end.

description

Language-specific description of the measure group root. Must be specified in at least the default language.

kigroup

Measure group to be defined. Each group can contain sub-groups. You can create any number of groups and sub-groups.
The group structure corresponds to a tree structure with any number of branches.

name

Internal name of the group. Referenced by the kigroup XML attribute from the measure definition (kidef XML element) in the measure configuration.

description

Language-specific description of a group, optionally with tooltip (#PCDATA section in the description element). The description must be specified in at least the default language.