<tableColumns> (Table Columns)

An element representing the collection of all table columns for this table.

Parent Elements

<table>3.5.1.2)

Child Elements

Subclause

<tableColumn> (Table Column)

§3.5.1.3

Attributes

Description

<count> (Column Count)

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>