CT_TableRow

Complex Type Information

Model

Children: extLst, tc

Attributes

QName Type Fixed Default Use Inheritable Annotation
h ST_Coordinate required

Used By

Element CT_Table/tr

Source

<xsd:complexType name="CT_TableRow">
  <xsd:sequence>
    <xsd:element name="tc" type="CT_TableCell" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="h" type="ST_Coordinate" use="required"/>
</xsd:complexType>