Defines a DIV element.
Type Information
      
        | Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
      
        | Schema name | wordnet | 
    
Elements and Attributes
Child Elements
      
        | Element | Type | Description | 
      
        | blockQuote | onOffProperty | Specifies whether this DIV element is a BlockQuote. | 
      
        | bodyDiv | onOffProperty | Specifies whether this is a body DIV element or not. | 
      
        | marLeft | signedTwipsMeasureProperty | Specifies the left margin of the DIV element. | 
      
        | marRight | signedTwipsMeasureProperty | Specifies the right margin of the DIV element. | 
      
        | marTop | signedTwipsMeasureProperty | Specifies the top margin of the DIV element. | 
      
        | marBottom | signedTwipsMeasureProperty | Specifies the bottom margin of the DIV element. | 
      
        | divBdr | divBdrElt | Represents the styles of the DIV element's borders. | 
      
        | divsChild | divsElt | Represents the child DIV elements of the current DIV element. | 
    
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | id | decimalNumberType | required | Gets or sets the unique identifying number used for this DIV element. |  | 
    
Definition
      | XML | 
|---|
| 
<xsd:complexType name="divElt" ">
    
    <xsd:sequence>
      <xsd:element name="blockQuote" type="onOffProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="bodyDiv" type="onOffProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="marLeft" type="signedTwipsMeasureProperty">
        
      </xsd:element>
      <xsd:element name="marRight" type="signedTwipsMeasureProperty">
        
      </xsd:element>
      <xsd:element name="marTop" type="signedTwipsMeasureProperty">
        
      </xsd:element>
      <xsd:element name="marBottom" type="signedTwipsMeasureProperty">
        
      </xsd:element>
      <xsd:element name="divBdr" type="divBdrElt" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="divsChild" type="divsElt" minOccurs="0" maxOccurs="unbounded">
        
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="decimalNumberType" use="required">
      
    </xsd:attribute>
  </xsd:complexType>
 | 
      ©2006 Microsoft Corporation. All rights reserved.  Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp