<xsd:complexType name="columnType">
<xsd:annotation>
<xsd:documentation>Describes a column.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="w" type="twipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the width of the column.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="space" type="twipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the space between this column and the next column. Not required for the last column.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|