Column
The complex type, CT_TableCol, defines a table column element. The table column element simply holds the width for a given column in a table along with an element reserved for future extensibility. The complex type is defined as:
<xsd:complexType name="CT_TableCol"> <xsd:sequence> <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" /> </xsd:sequence> <xsd:attribute name="w" type="ST_Coordinate" use="required" /> </xsd:complexType>