<!ELEMENT PERSPECTIVE (MODULE*, LAYOUT+)> |
Element | Mand. | Mult. | Description |
MODULE | no | yes | Modules links of this perspective. |
LAYOUT | yes | yes | Layouts of this perspective. |
<PERSPECTIVE> <MODULE id="module1" iniFile="module1.ini"/> <MODULE id="module2" iniFile="module2.ini"/> <LAYOUT id="layout1"> ... </LAYOUT> </PERSPECTIVE> |