Definition Type: ComplexType
Name: divElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a DIV element.
Collapse XSD Schema Diagram:
Drilldown into divsChild in schema wordnet_xsd Drilldown into divBdr in schema wordnet_xsd Drilldown into marBottom in schema wordnet_xsd Drilldown into marTop in schema wordnet_xsd Drilldown into marRight in schema wordnet_xsd Drilldown into marLeft in schema wordnet_xsd Drilldown into bodyDiv in schema wordnet_xsd Drilldown into blockQuote in schema wordnet_xsd Drilldown into id in schema wordnet_xsdXSD Diagram of divElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="divElt">
    <xsd:annotation>
        <xsd:documentation>Defines a DIV element.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="blockQuote" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether this DIV element is a BlockQuote.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bodyDiv" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether this is a body DIV element or not.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marLeft" type="signedTwipsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Specifies the left margin of the DIV element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marRight" type="signedTwipsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Specifies the right margin of the DIV element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marTop" type="signedTwipsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Specifies the top margin of the DIV element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marBottom" type="signedTwipsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Specifies the bottom margin of the DIV element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="divBdr" type="divBdrElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the styles of the DIV element's borders.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="divsChild" type="divsElt" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Represents the child DIV elements of the current DIV element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="decimalNumberType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the unique identifying number used for this DIV element.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
blockQuote W:blockQuote 0 (1)
bodyDiv W:bodyDiv 0 (1)
marLeft W:marLeft (1) (1)
marRight W:marRight (1) (1)
marTop W:marTop (1) (1)
marBottom W:marBottom (1) (1)
divBdr W:divBdr 0 (1)
divsChild W:divsChild 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id W:id Required
Collapse Derivation Tree:
Collapse References:
W:div