Definition Type: Element
Name: col
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:columnType
Containing Schema: wordnet.xsd
MinOccurs 2
MaxOccurs 45
Abstract
Documentation:
Represents a column in a section. If all columns are not of equal width, a col element is required for each column and the space and num attributes of the cols element should not exist.
Collapse XSD Schema Diagram:
Drilldown into space in schema wordnet_xsd Drilldown into w in schema wordnet_xsd Drilldown into columnType in schema wordnet_xsdXSD Diagram of col in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="col" type="columnType" minOccurs="2" maxOccurs="45">
    <xsd:annotation>
        <xsd:documentation>Represents a column in a section. If all columns are not of equal width, a col element is required for each column and the space and num attributes of the cols element should not exist.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
w W:w Optional
space W:space Optional
Collapse Derivation Tree: