Desktop User Guides > Professional > Interview scripting > Writing interview scripts > Page layout facilities > Templates > Grid templates
 
Grid templates
Grid template files are XML files that determine how a grid appears on the interview page, and are an alternative to defining styles for grid questions in the metadata or routing sections of the script (see Grids). The statements or tags that you can use in your grid templates are defined in an XML schema file called mrigf.xsd. If you install the UNICOM Intelligence Developer Documentation Library, the schema file is in the Scripts\Interview\Templates folder in the folder in which you installed the DDL.
If you have an XML authoring tool such as XML Spy that supports schemas, you can validate your grid template against the schema to ensure that the XML code you have written is valid. If you do not have an XML authoring tool, you can work with any text editor of your choice, but you must ensure that the code you write is correct. You can download a free XML schema validator from http://www.w3.org/XML/Schema.
The interviewing program comes with a number of predefined grid templates. You might find that you can use these templates as they are or with some changes, in which case you do not need to build your own templates.
XML tags look and behave the same as HTML tags. All tags in a grid template are case-sensitive and must be entered exactly as shown in this section. Mistyping tags in any way causes the grid to be displayed in the default format. If you have a schema validator, it marks any statements where the case of a tag is incorrect as errors.
You can create any number of grid templates, related either to individual questions or to groups of similar questions. You can call the grid template files anything you like as long as they have a .xml extension.
See also
Should I use a grid template?
Starting a grid template
Levels in a grid template
Background color
Wrapping text within a column
Text characteristics
Row, column, and cell characteristics
Overall characteristics of the grid table
Example of grids
Templates