Data Transformation Engine Type Tree Maker Reference Guide
Chapter 4 - Commands and Command Elements  Command Element Descriptions 
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 Attribute 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 top of the list. 
ADDLAST  Specifies that subtypes of the category 
replaced or added to the bottom of the 
list. 
Example 
<Root> 
<Description>Sales Automation </ Description> 
</Root> 










