Definition Type: Element
Name: cols
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:columnsType
Containing Schema: wordnet.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the column properties for this section. If all the columns are of the same width, you need only to specify the number of columns (in the num attribute) and the space between columns (in the space attribute).
Collapse XSD Schema Diagram:
Drilldown into col in schema wordnet_xsd Drilldown into sep in schema wordnet_xsd Drilldown into num in schema wordnet_xsd Drilldown into space in schema wordnet_xsd Drilldown into equalWidth in schema wordnet_xsd Drilldown into columnsType in schema wordnet_xsdXSD Diagram of cols in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="cols" type="columnsType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the column properties for this section. If all the columns are of the same width, you need only to specify the number of columns (in the num attribute) and the space between columns (in the space attribute).</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
col W:col 2 45
Collapse Child Attributes:
Name Type Default Value Use
equalWidth W:equalWidth Optional
space W:space Optional
num W:num Optional
sep W:sep Optional
Collapse Derivation Tree: