ROOT

The ROOT command element specifies the properties for the root of the type tree.

Components of ROOT

A group view displays the components of the ROOT command element.

The ROOT command element can have a SimpleTypeName, Description, SetUpProperties, SetUpComponents, or OrderSubtypes attributes. The ROOT command element can also have a Sequence, Choice, or Unordered group subclass command and one of the item subclass command elements.

Component Description
SimpleTypeName Specifies the simple type name of the category added or replaced.
Description Describes the category added or replaced.
SetUpProperties

INHERIT: If a property is not used, property is inherited.

DEFAULT: Default setting. If a property is not used, properties that apply to the root of a newly created type tree are used.

SetUpComponents

INHERIT: Inherit all components.

DEFAULT: Default setting. Do not inherit components.

OrderSubTypes

ASCENDING: Default setting. Specifies that subtypes of the category replaced or added in ascending order.

DESCENDING: Specifies that subtypes of the category replaced or added in descending order.

ADDFIRST: Specifies that subtypes of the category replaced or added to the beginning of the list.

ADDLAST: Specifies that subtypes of the category replaced or added to the end of the list.

Example
<Root>
<Description>Sales Automation </ Description>
</Root>