<PERSPECTIVE> : Perspective

ROLE

It's the root element of the perspective's description.
Perspective element is made of the declaration of a set of modules to be launched in this perspective, and of several layouts. This element doesn't have attributes.

ELEMENTS

<!ELEMENT PERSPECTIVE 
	  (MODULE*,
	   LAYOUT+)>
Element Mand. Mult. Description
MODULE no yes Modules links of this perspective.
LAYOUT yes yes Layouts of this perspective.

SAMPLE

<PERSPECTIVE>
	<MODULE id="module1" iniFile="module1.ini"/>
	<MODULE id="module2" iniFile="module2.ini"/>
	<LAYOUT id="layout1">
		...
	</LAYOUT>
</PERSPECTIVE>