CT_Row

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
rsidDel ST_LongHexNumber optional
rsidR ST_LongHexNumber optional
rsidRPr ST_LongHexNumber optional
rsidTr ST_LongHexNumber optional

Used By

Source

<xsd:complexType name="CT_Row">
  <xsd:sequence>
    <xsd:element name="tblPrEx" type="CT_TblPrEx" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="trPr" type="CT_TrPr" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_ContentCellContent" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="rsidRPr" type="ST_LongHexNumber"/>
  <xsd:attribute name="rsidR" type="ST_LongHexNumber"/>
  <xsd:attribute name="rsidDel" type="ST_LongHexNumber"/>
  <xsd:attribute name="rsidTr" type="ST_LongHexNumber"/>
</xsd:complexType>