<xsd:complexType name="tblStylePrElt">
<xsd:annotation>
<xsd:documentation>Defines the table-style conditional-override properties.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pPr" type="pPrElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the paragraph properties to override in the table style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rPr" type="rPrElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the character properties to override in the table style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tblPr" type="tblPrElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the table properties to override in the table style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trPr" type="trPrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the row properties to override in the table style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcPr" type="tcPrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the cell properties to override in the table style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="tStyleOverrideTypeValue" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets which part of the table these properties apply to.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|