<queryTableFields>
(Query table fields)
This element is the collection for <queryTableField>
elements.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the number of columns there are in this query table. Includes both query-defined and user-defined columns, but not deleted columns. 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_QueryTableFields">
<sequence>
<element name="queryTableField" type="CT_QueryTableField" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
</complexType>