<tmpl> (Numbering Template Code)

This element specifies a unique hexadecimal code which may 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 may be displayed in any location chosen by the consumer.

example:
<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.]

Parent Elements

<abstractNum>2.9.1)

Attributes

Description

<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.

This value is valid, as it contains four hexadecimal digits, each an encoding of an octet of the actual decimal number value. It may therefore be interpreted as desired in the context of the parent XML element, ]

The possible values for this attribute are defined by the ST_LongHexNumber simple type (§2.18.57).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_LongHexNumber">
	<attribute name="val" type="ST_LongHexNumber" use="required"/>
</complexType>