<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 |
---|
|
Attributes |
Description |
---|---|
|
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>