Definition Type: ComplexType
Name: divsElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a collection of DIV elements.
Collapse XSD Schema Diagram:
Drilldown into div in schema wordnet_xsdXSD Diagram of divsElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="divsElt">
    <xsd:annotation>
        <xsd:documentation>Defines a collection of DIV elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence minOccurs="1" maxOccurs="unbounded">
        <xsd:element name="div" type="divElt">
            <xsd:annotation>
                <xsd:documentation>Represents one of the HTML DIV elements in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
div W:div (1) (1)
Collapse Derivation Tree:
Collapse References:
W:divsW:divsChild,