Elements in the sysmodules.xml file

To define modules in the sysmodules.xml file, you use the <module>, <display>, <description>, and <link> elements.

module

The <module> element is the container element for the elements that define a module. This element has the following attributes:

Attribute Description
id Unique name of the module.

The <module> element has no value. It can contain the following child elements: <display>, <description>, and <link>.

display

The <display> element defines the name that Unica Plan uses for this module in the interface. This element has no attributes and no child elements. The element value is the name that you want to use.

description

The <description> element defines the description for this module. This element has no attributes and no child elements. The element value is the description that you want to use.

link

The <link> element defines the page that displays when users click the menu item for this module. This element has no attributes and no child elements. The element value is the link.