<rsidRoot>
(Original Document Revision Save ID)
If this element is omitted, then the original document revision save ID is unknown.
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 |
---|
|
Attributes |
Description |
---|---|
|
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>