A dashboard XML view may contain the following elements:
<kap>. The XML view root element.
<block>. It is used to describe a dashboard block.
<prop>. It is used to describe block properties.
<area>. It is used to describe a container element.
<item>. It is used to enclosure several (usually one-type) elements in the collection.
Below is the simplified general structure of dashboard:
<?xml version="1.0" encoding="UTF-8"?>
<kap>
<!-- Container element description -->
<area>
<!-- Block description -->
<block>
<!-- Block properties description -->
<prop>
<item>
<prop />
<prop />
</item>
</prop>
</block>
</area>
</kap>
See also: