Schema Central > OOXML > wml.xsd > w:div
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

w:div

Information About Single HTML div Element

Element information

Type: w:CT_Div

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
w:id [1..1]w:ST_DecimalNumberdiv Data ID

Used in

Sample instance

<w:div w:id="1">
   <w:blockQuote/>
   <w:bodyDiv/>
   <w:marLeft w:val="1"/>
   <w:marRight w:val="1"/>
   <w:marTop w:val="1"/>
   <w:marBottom w:val="1"/>
   <w:divBdr>
      <w:top w:val="nil"/>
      <w:left w:val="nil"/>
      <w:bottom w:val="nil"/>
      <w:right w:val="nil"/>
   </w:divBdr>
   <w:divsChild>
      <w:div w:id="1">
         <w:blockQuote/>
         <w:bodyDiv/>
         <w:marLeft w:val="1"/>
         <w:marRight w:val="1"/>
         <w:marTop w:val="1"/>
         <w:marBottom w:val="1"/>
         <w:divBdr>...
         </w:divBdr>
         <w:divsChild>...
         </w:divsChild>
      </w:div>
   </w:divsChild>
</w:div>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com