<kap> Element

The <kap> element is a dashboard XML view root element. All the dashboard contents is located between the start and end tags of this element.

Syntax

<kap> must contain at least one internal <block> element. The <block> elements must include only one element of the Dashboard type.

<kap version="">
  <block>...</block>
</
kap>

Element Attributes

Attribute Description
version Specification version number.

See also:

Dashboard Constructive Elements