<item> Element

The <item> element is used to enclose several (usually one-type) elements in the collection. It is used to structure analytical report XML view.

Syntax

<item> may contain lists of <block>, <prop>, or <area> elements.

<item>
  <prop>...</prop>
  ...
  <prop>...</prop>
  <block>...</block>
  ...
  <block>...</block>
  <area>...</area>
  ...
  <area>...</area>
</item>

See also:

Dashboard Constructive Elements