The SplitArea has the following entry in the DTD file:
Line entry in the DTD file | Description |
---|---|
<!ELEMENT SplitArea (ScenarioArea | TaskArea | WorkingArea | CustomizableArea)+> | A SplitArea contains one or more ScenarioArea, TaskArea, WorkingArea, and CustomizableArea, in any order. |
<!ATTLIST SplitArea width CDATA "977" height CDATA "457" orientation (HORIZONTAL|VERTICAL) "HORIZONTAL"> |
Attribute list |
Attribute | Description |
---|---|
width | Width of the SplitArea |
height | Height of the SplitArea |
orientation | Position of the SplitArea in the Desktop. This position can be HORIZONTAL or VERTICAL. |
<SplitArea orientation="HORIZONTAL" width="977" height="457"> <CustomizableArea width="247" height="457" name="TreeArea"/> <WorkingArea defaultIcon="/images/logo.gif" iconName="/images/background.gif"/> </SplitArea>