The <panel> Element
Purpose
The <panel> element defines a panel.
Attributes
| Name | Type | Description |
|---|---|---|
| name | NMTOKEN | Required - The name of the panel. |
| super | NMTOKEN | Name of a toplevel panel, from which this panel inherits. |
| template | CDATA | Dynamic - The panel's template path. |
Body
The body of the <panel> element is defined by the following sequence:
(param | panel | list)*


