Definition Type: ComplexType
Name: tblBordersElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the borders of a table.
Collapse XSD Schema Diagram:
Drilldown into insideV in schema wordnet_xsd Drilldown into insideH in schema wordnet_xsd 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 tblBordersElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="tblBordersElt">
    <xsd:annotation>
        <xsd:documentation>Defines the borders of a table.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="top" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the top border of a table</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="left" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the left border of a table.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bottom" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the bottom border of a table.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="right" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the right border of a table.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="insideH" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the inside horizontal border of a table (this is the border that is applied to all horizontal borders except the top-most and bottom-most borders).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="insideV" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the inside vertical border of table (this is the border that is applied to all vertical borders except the left-most and right-most borders).</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)
insideH W:insideH 0 (1)
insideV W:insideV 0 (1)
Collapse Derivation Tree:
Collapse References:
W:tblBorders, W:tblBorders