<rqt>
(Revision Query Table)
This element represents a revision record of a query table field change.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
ID of the specific query table field that was removed. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Location of the affected query table. The possible values for this attribute are defined by the ST_Ref simple type (§3.18.64). |
|
An integer representing the internal id of the sheet on which the revision occurred. 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_RevisionQueryTableField">
<attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
<attribute name="ref" type="ST_Ref" use="required"/>
<attribute name="fieldId" type="xsd:unsignedInt" use="required"/>
</complexType>