<nsid> (Abstract Numbering Definition Identifier)

This element associates a unique hexadecimal ID to the parent abstract numbering definition. This number shall be identical for two abstract numbering definitions that are based from the same initial numbering definition - if a document is repurposed and the underlying numbering definition is changed, it shall maintain its original <nsid>.

If this element is omitted, then the list shall have no <nsid> and one may be added by a producer arbitrarily.

Note:
<w:abstractNum w:abstractNumId="3">
  <w:nsid w:val="FFFFFF89" /> 
  <w:multiLevelType w:val="singleLevel" /> 
  <w:tmpl w:val="D9842532" /></w:abstractNum>

In this example, the given abstract numbering definition is associated with the unique hexadecimal ID FFFFFF89. ]

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>