CT_Columns

Complex Type Information

Model

Children: col

Attributes

QName Type Fixed Default Use Inheritable Annotation
equalWidth ST_OnOff optional
num ST_DecimalNumber 1 optional
sep ST_OnOff optional
space ST_TwipsMeasure 720 optional

Used By

Source

<xsd:complexType name="CT_Columns">
  <xsd:sequence minOccurs="0">
    <xsd:element name="col" type="CT_Column" maxOccurs="45"/>
  </xsd:sequence>
  <xsd:attribute name="equalWidth" type="s:ST_OnOff" use="optional"/>
  <xsd:attribute name="space" type="s:ST_TwipsMeasure" use="optional" default="720"/>
  <xsd:attribute name="num" type="ST_DecimalNumber" use="optional" default="1"/>
  <xsd:attribute name="sep" type="s:ST_OnOff" use="optional"/>
</xsd:complexType>