<rcv>
(Revision Custom View)
This element represents a revision record of adding or removing a custom view to the workbook
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
An enumeration representing the type of action that the user performed. The possible values for this attribute are defined by the ST_RevisionAction simple type (§3.18.67). |
|
A globally unique identifier of the custom view. The possible values for this attribute are defined by the ST_Guid simple type (§3.18.41). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RevisionCustomView">
<attribute name="guid" type="ST_Guid" use="required"/>
<attribute name="action" type="ST_RevisionAction" use="required"/>
</complexType>