TTMAKER element
The TTMAKER element has a start tag <TTMAKER Version="6.0"> and end tag </TTMAKER>. For example:
<TTMAKER Version="6.0">... </TTMAKER>
The TTMAKER Element consists of one or more NEWTREE and OPENTREE elements.
The NEWTREE element begins with a start tag <NEWTREE Filename=" install_dir \examples\dsgnstud\ttmaker\export\ttmaker60.mtt"> and end tag </NEWTREE>. For example:
<NEWTREE Filename="install_dir\examples\dsgnstud\ttmaker\export\ttmaker60.mtt"></NEWTREE>
The TTMAKER Choice Expression consists of a choice of the NEWTREE and OPENTREE commands:
The NEWTREE and OPENTREE elements instruct the Type Tree Maker to create a new tree or open an existing one. A Choice expression determines the sequence of actions to be performed at a particular location in the type tree. Each Choice is a sequence of commands that acts on a particular type. The class of the active type determines the valid command sequence.
For example, if the active type is a group, you can add components and new GROUP types. If the active type is an item, you can add restrictions and new ITEM types.
A Choice expression identifies a sequence of commands. It is not an XML element, so it has no start or end tag.