<xsd:complexType name="CT_TrPrBase">
<xsd:choice maxOccurs="unbounded">
<xsd:element name="cnfStyle" type="CT_Cnf" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Row Conditional Formatting</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="divId" type="CT_DecimalNumber" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Associated HTML div ID</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gridBefore" type="CT_DecimalNumber" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Grid Columns Before First Cell</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gridAfter" type="CT_DecimalNumber" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Grid Columns After Last Cell</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wBefore" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Preferred Width Before Table Row</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wAfter" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Preferred Width After Table Row</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cantSplit" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Table Row Cannot Break Across Pages</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trHeight" type="CT_Height" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Table Row Height</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tblHeader" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Repeat Table Row on Every New Page</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tblCellSpacing" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Row Cell Spacing</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="jc" type="CT_Jc" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Row Alignment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hidden" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hidden Table Row Marker</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|