Definition Type: ComplexType
Name: CT_Div
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into divsChild in schema wml_xsd Drilldown into divBdr in schema wml_xsd Drilldown into marBottom in schema wml_xsd Drilldown into marTop in schema wml_xsd Drilldown into marRight in schema wml_xsd Drilldown into marLeft in schema wml_xsd Drilldown into bodyDiv in schema wml_xsd Drilldown into blockQuote in schema wml_xsd Drilldown into id in schema wml_xsdXSD Diagram of CT_Div in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Div">
    <xsd:sequence>
        <xsd:element name="blockQuote" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Data for HTML blockquote Element</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bodyDiv" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Data for HTML body Element</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marLeft" type="CT_SignedTwipsMeasure">
            <xsd:annotation>
                <xsd:documentation>Left Margin for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marRight" type="CT_SignedTwipsMeasure">
            <xsd:annotation>
                <xsd:documentation>Right Margin for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marTop" type="CT_SignedTwipsMeasure">
            <xsd:annotation>
                <xsd:documentation>Top Margin for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marBottom" type="CT_SignedTwipsMeasure">
            <xsd:annotation>
                <xsd:documentation>Bottom Margin for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="divBdr" type="CT_DivBdr" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Set of Borders for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="divsChild" type="CT_Divs" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Child div Elements Contained within Current div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="ST_DecimalNumber" use="required">
        <xsd:annotation>
            <xsd:documentation>div Data ID</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