[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_RevisionAction (Revision Action Types)

Identifies what kind of action the user performed. Applies to Comment and Custom View revision record.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

add (Add)

Add action.

delete (Delete)

Delete action.

 

Referenced By

rcmt@action3.11.1.11); rcv@action3.11.1.12)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_RevisionAction">

   <restriction base="xsd:string">

   <enumeration value="add"/>

   <enumeration value="delete"/>

   </restriction>

</simpleType>