<xsd:complexType name="CT_Row">
<xsd:sequence>
<xsd:element name="tblPrEx" type="CT_TblPrEx" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table-Level Property Exceptions</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trPr" type="CT_TrPr" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Row Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="EG_ContentCellContent" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="rsidRPr" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Revision Identifier for Table Row Glyph Formatting</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rsidR" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Revision Identifier for Table Row</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rsidDel" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Revision Identifier for Table Row Deletion</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rsidTr" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Revision Identifier for Table Row Properties</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|