Data Transformation Engine Type Tree Maker Reference Guide

Chapter 4 - Commands and Command Elements Command Descriptions
Components of AddComponent
The following group window displays the components of the AddComponent
command.
The AddComponent element has as an attribute the complete type name of the
type to which the component is to be added. It then has either a
SequenceComponent, ChoiceComponent or UnorderedComponent
command element.
Example
<AddComponent CompleteTypeName="ACMEREC Table ACME">
<SequenceComponent>
<RelativeTypeName>ACMEREC Row</RelativeTypeName>
<Range Min="0" Max="S"/>
</SequenceComponent>
</AddComponent>