Definition Type: ComplexType
Name: bordersElt
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Containing Schema: wordnetaux.xsd
Abstract
Documentation:
Defines borders.
Collapse XSD Schema Diagram:
Drilldown into bar in schema wordnetaux_xsd Drilldown into between in schema wordnetaux_xsd Drilldown into right in schema wordnetaux_xsd Drilldown into bottom in schema wordnetaux_xsd Drilldown into left in schema wordnetaux_xsd Drilldown into top in schema wordnetaux_xsdXSD Diagram of bordersElt in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="bordersElt">
    <xsd:annotation>
        <xsd:documentation>Defines borders.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="top" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the top border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="left" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the left border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bottom" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the bottom border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="right" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the right border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="between" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the interior border that subdivides sections within the outer four borders.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bar" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
top wx:top 0 (1)
left wx:left 0 (1)
bottom wx:bottom 0 (1)
right wx:right 0 (1)
between wx:between 0 (1)
bar wx:bar 0 (1)
Collapse Derivation Tree:
Collapse References:
wx:borders