[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

rqt (Revision Query Table)

This element represents a revision record of a query table field change.

Parent Elements

revisions3.11.1.16)

 

Attributes

Description

fieldId (Field Id)

ID of the specific query table field that was removed.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

ref (QueryTable Reference)

Location of the affected query table.

 

The possible values for this attribute are defined by the ST_Ref simple type (§3.18.64).

sheetId (Sheet Id)

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>