<MODULE> : Module

ROLE

This element binds a module with the perspective. The presence of a module in a perspective launches the module itself when opening the perspective.

ATTRIBUTES

<!ATTLIST MODULE
	  id NMTOKEN #REQUIRED
	  iniFile CDATA #REQUIRED>
Attribute Mand. Description Default
id yes Identifier of the module.  
iniFile yes Init file of the module to be started.  

SAMPLE

<MODULE id="module1" iniFile="module1.ini"/>