Professional > Interview scripting > Writing interview scripts > Page layout facilities > Templates > Grid templates > Starting a grid template
 
Starting a grid template
A grid template definition is enclosed in the following tags:
<gridFormat> ... </gridFormat>
If you are using an XML authoring tool and want to be able to validate your template against the grid schema, you will need to include information about the schema on the opening <gridFormat> marker. You can copy this information from one of the example templates.
All grid templates must have a name. You define this on the line immediately below the <gridFormat> marker, by typing:
<name>text</name>
where
text is the name or description of the template.
If you want to display a caption centrally below the grid, rather like a table or figure number in a book, type:
<comment>text</comment>
See also
Grid templates