17.9.29 tmpl
This element specifies a unique hexadecimal code which can be used to determine a location within application user interface in which this abstract numbering definition shall be displayed.
If this element is omitted, then this abstract numbering definition can be displayed in any location chosen by the
consumer.
[Example: Consider the following abstract numbering definition:
<w:abstractNum w:abstractNumId="1">
…
<w:tmpl w:val="CA48B6BA" />
…
</w:abstractNum>
In this example the abstractNum element with attribute abstractNumId equal to 1, would appear in the area within a consumer’s application user interface specified by the template code CA48B6BA.end example]
Attributes
val (Long Hexadecimal Number Value)
Specifies a number value specified as a four digit hexadecimal number), whose contents of this decimal number are interpreted based on the context of the parent XML element.
[Example: Consider the following value for an attribute of simple type ST_LongHexNumber: 00BE2C6C.
This value is permitted, as it contains four hexadecimal digits, each an encoding of an octet of the actual decimal number value. It can therefore be interpreted as desired in the context of the parent XML element, end example]
The possible values for this attribute are defined by the ST_LongHexNumber simple type (17.18.50).
[Note: The W3C XML Schema definition of this element’s content model (CT_LongHexNumber) is located in A.1. end note]