Definition Type: ComplexType
Name: CT_TableCellBorderStyle
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-tableStyle.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema dml-tablestyle_xsd Drilldown into tr2bl in schema dml-tablestyle_xsd Drilldown into tl2br in schema dml-tablestyle_xsd Drilldown into insideV in schema dml-tablestyle_xsd Drilldown into insideH in schema dml-tablestyle_xsd Drilldown into bottom in schema dml-tablestyle_xsd Drilldown into top in schema dml-tablestyle_xsd Drilldown into right in schema dml-tablestyle_xsd Drilldown into left in schema dml-tablestyle_xsdXSD Diagram of CT_TableCellBorderStyle in schema dml-tablestyle_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TableCellBorderStyle">
    <xsd:sequence>
        <xsd:element name="left" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Left Border</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="right" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Right Border</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="top" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Top Border</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bottom" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Bottom Border</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="insideH" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Inside Horizontal Border</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="insideV" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Inside Vertical Border</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tl2br" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Top Left to Bottom Right Border</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tr2bl" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Top Right to Bottom Left Border</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
left a:left 0 1
right a:right 0 1
top a:top 0 1
bottom a:bottom 0 1
insideH a:insideH 0 1
insideV a:insideV 0 1
tl2br a:tl2br 0 1
tr2bl a:tr2bl 0 1
extLst a:extLst 0 1
Collapse Derivation Tree:
  • CT_TableCellBorderStyle
Collapse References:
a:tcBdr