Defines a collection of DIV elements.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
| Element | Description | 
|---|---|
| div | Represents one of the HTML DIV elements in the document. | 
None.
      
<xsd:complexType name="divsElt" >
  <xsd:sequence minOccurs="1" maxOccurs="unbounded">
    <xsd:element name="div" type="divElt">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>