<xsd:complexType name="CT_TcPrBase">
<xsd:sequence>
<xsd:element name="cnfStyle" type="CT_Cnf" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Cell Conditional Formatting</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcW" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Preferred Table Cell Width</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gridSpan" type="CT_DecimalNumber" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Grid Columns Spanned by Current Table Cell</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hMerge" type="CT_HMerge" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Horizontally Merged Cell</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vMerge" type="CT_VMerge" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Vertically Merged Cell</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcBorders" type="CT_TcBorders" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Cell Borders</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shd" type="CT_Shd" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Table Cell Shading</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="noWrap" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Don't Wrap Cell Content</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcMar" type="CT_TcMar" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Single Table Cell Margins</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="textDirection" type="CT_TextDirection" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Cell Text Flow Direction</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcFitText" type="CT_OnOff" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Fit Text Within Cell</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vAlign" type="CT_VerticalJc" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Table Cell Vertical Alignment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hideMark" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Ignore End Of Cell Marker In Row Height Calculation</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|