<xsd:complexType name="tcBordersElt">
<xsd:annotation>
<xsd:documentation>Defines the table grid cell borders.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="top" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Defines the top border of the cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="left" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Defines the left border of the cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bottom" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Defines the bottom border of the cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="right" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Defines the right border of the cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="insideH" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the horizontal border between two cells. Only used in table-style conditional formatting.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="insideV" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the vertical border between two cells. Only used in table-style conditional formatting.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tl2br" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Defines the top-left to bottom-right diagonal border of the cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tr2bl" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Defines the top-left to bottom-right diagonal border of the cell.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|