<tableColumns>
(Table Columns)
An element representing the collection of all table columns for this table.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
An integer representing the total count of how many columns there are in this Table. This count shall include both query-defined and user-defined 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_TableColumns">
<sequence>
<element name="tableColumn" type="CT_TableColumn" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>