@@ -89,20 +89,31 @@ only a major number is invalid, but will be interpreted as having a
8989minor version 0, * i.e.* a version “2” will be interpreted as “2.0”.
9090
9191In practice this means that the format of the cell in which the version
92- number is recorded should be * text* , and not * general* or * number*
92+ number is recorded should formally be * text* , and not * general* or
93+ * number* . However, in the package we do provide functionality to
94+ interpret these fields as version numbers even if the cells in the
95+ template have * general* or * number* format.
9396
94- ** A template name is optional** . Preferably, a template also has a name.
95- Note that the example in the figure above doesn’t have a name.
97+ In the guide this is referred to as guide.version
98+
99+ ** A template name is optional** . Preferably, a template also has a name
100+ as a way for users to refer to it. Note that the example in the figure
101+ above doesn’t have a name.
102+
103+ In the guide this field is referred to as template.name.
96104
97105** Checking compatibilty of template versions and a guide version** . We
98106use template version numbers to check compatibility with a guide. In
99107principle the same guide can be used for multiple versions of a template
100108as long as the locations and names of variables indexed in the guide did
101- not change. This is the case when, for example, only explanatory texts
102- or calculations or data validity checks have changed in the template.
103- When checking version compatibility we assume that a guide is compatible
104- with a consecutive range of template versions between a minimal and a
105- maximal version number.
109+ not change in new template versions. This is the case when, for example,
110+ only explanatory texts or calculations or data validity checks have
111+ changed in the template. When checking version compatibility we assume
112+ that a guide is compatible with a consecutive range of template versions
113+ between a minimal and a maximal version number.
114+
115+ In the guide these version numbers are referred to as
116+ template.min.version and template.max.version.
106117
107118### All cells are protected except those for data entry
108119
0 commit comments