<rsidRoot> (Original Document Revision Save ID)

This element specifies the revision save ID which was associated with the first editing session for this document.
Note: : This information shall be identical between any number of copies of the same document, as they all originate from the same original editing session. Applications may use this information as desired.

If this element is omitted, then the original document revision save ID is unknown.

example:

Document 1

Document 2

<w:rsids>
  <w:rsidRoot w:val="00464813"/>
  <w:rsid w:val="00455AAB" />
  <w:rsid w:val="00464813" />
  <w:rsid w:val="00996E03" />
</w:rsids>
<w:rsids>
  <w:rsidRoot w:val="00464813"/>
    <w:rsid w:val="00455AAB" />
    <w:rsid w:val="00464813" />
    <w:rsid w:val="00473403" />
    <w:rsid w:val="0048414E" />
</w:rsids>

The <rsidRoot> element's @val attribute has a value of 00464813 for both documents, indicating that these documents, although they are now separate, originated from the same document. This information may be used as desired. ]

Parent Elements

<rsids>2.15.1.72)

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>