<ST_rwColActionType>
(Row Column Action Type)
Identifies what kind of an action was applied to a row or column.
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 |
---|---|
|
Column delete revision. |
|
Row delete revision. |
|
Column insert revision. |
|
Row insert revision. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_rwColActionType">
<restriction base="xsd:string">
<enumeration value="insertRow"/>
<enumeration value="deleteRow"/>
<enumeration value="insertCol"/>
<enumeration value="deleteCol"/>
</restriction>
</simpleType>