<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 action. |
|
Delete action. |
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>