[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

reviewed (Reviewed)

This element represents an identifier of a single reviewed revision. A reviewed revision, is a revision that has been reviewed via the spreadsheet application's track changes feature, has been accepted, and has been saved.

Parent Elements

reviewedList3.11.1.15)

 

Attributes

Description

rId (revision Id)

ID of a reviewed revision.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

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

<complexType name="CT_Reviewed">

   <attribute name="rId" type="xsd:unsignedInt" use="required"/>

</complexType>