Tree Schema Definition Reference

ElementRoot

This element defines the starting point (root) of the tree structure. Children of this element are the root children of the points where the tree is attached.

It has one attribute:

  • ShareRootElementById

It can contain one Children and one Actions elements.

ShareRootElementById

When set to “true”, the tree will be grouped in one perspective with other tree definitions with the same attribute’s value provided they all have the same Id for the Element element, which is a child of ElementRoot. Its possible values are:

  • true
  • false

Defaults to “false”.