Definition Type: ComplexType
Name: CT_DivBdr
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into right in schema wml_xsd Drilldown into bottom in schema wml_xsd Drilldown into left in schema wml_xsd Drilldown into top in schema wml_xsdXSD Diagram of CT_DivBdr in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DivBdr">
    <xsd:sequence>
        <xsd:element name="top" type="CT_Border" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Top Border for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="left" type="CT_Border" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Left Border for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bottom" type="CT_Border" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Bottom Border for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="right" type="CT_Border" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Right Border for HTML div</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
top w:top 0 (1)
left w:left 0 (1)
bottom w:bottom 0 (1)
right w:right 0 (1)
Collapse Derivation Tree:
Collapse References:
w:divBdr