<rsids> (Listing of All Revision Save ID Values)

This element specifies the set of revision save ID values for the current document. Revision save ID values refer to four digit hexadecimal values which uniquely identify an editing session in the life of the current document. An editing session is the period of time between two subsequent save operations by an application.

[: The set of revision save IDs stored with a document only supplies information about the editing session in which document components were last saved, which may be used by applications in any manner desired. ]

If this element is omitted, then no information is available about the set of revision save ID values for this document.

example:
<w:rsids>
  <w:rsidRoot w:val="00464813" />
  <w:rsid w:val="00455AAB" />
  <w:rsid w:val="00464813" />
  <w:rsid w:val="00473403" />
</w:rsids>

The <rsids> element contains four child elements, specifying that the document was edited over four distinct editing sessions (i.e. it was saved three times). ]

Parent Elements

<settings>2.15.1.78)

Child Elements

Subclause

<rsid> (Single Session Revision Save ID)

§2.15.1.70

<rsidRoot> (Original Document Revision Save ID)

§2.15.1.71

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

<complexType name="CT_DocRsids">
	<sequence>
	<element name="rsidRoot" type="CT_LongHexNumber" minOccurs="0" maxOccurs="1"/>
	<element name="rsid" type="CT_LongHexNumber" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>