Data Transformation Engine Type Tree Maker Reference Guide
Chapter 3 - Type Tree Maker Document File  Type Tree Maker Document File 
The TTMAKER element contains a series of lines where each line in the TTMAKER 
element must be either a command or comment. 
Commands and Comments 
Commands and comments begin in the first character position of a line. 
♦  A command line begins with a command initiator. 
!  Command initiators are XML start-tags. 
♦  A command line ends with a command terminator 
!  A command terminator consists of the appropriate XML end-tag, followed by 
a carriage return/linefeed 
<NL>. 
♦  Comments begin with the symbols 
<!-- and end with the symbols --><NL>. 
Characters used as markup delimiters by XML may occur within elements 
contained in TTMAKER. 
Prolog 
The Prolog consists of an XML declaration, followed by a DTD declaration, 
followed by a series of processing instructions. 
The XML declaration is either 
<?<SP>XML<SP>version="1.0"<SP>encoding="UTF-8"?> 
or 
<?<SP>XML<SP>version="1.0"<SP>encoding="Shift_JIS"?> 
The DTD declaration is 
<!DOCTYPE<SP>TTMAKER<SP>SYSTEM<SP>"ttmaker60.dtd"> 










