Definition Type: ComplexType
Name: divBdrElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the borders of a DIV element.
Collapse XSD Schema Diagram:
Drilldown into right in schema wordnet_xsd Drilldown into bottom in schema wordnet_xsd Drilldown into left in schema wordnet_xsd Drilldown into top in schema wordnet_xsdXSD Diagram of divBdrElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="divBdrElt">
    <xsd:annotation>
        <xsd:documentation>Defines the borders of a DIV element.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="top" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the style of the top border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="left" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the style of the left border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bottom" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the style of the bottom border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="right" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the style of the right border.</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