Definition Type: ComplexType
Name: CT_TableRow
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-table.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema dml-table_xsd Drilldown into tc in schema dml-table_xsd Drilldown into h in schema dml-table_xsdXSD Diagram of CT_TableRow in schema dml-table_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TableRow">
    <xsd:sequence>
        <xsd:element name="tc" type="CT_TableCell" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Table Cell</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="h" type="ST_Coordinate" use="required">
        <xsd:annotation>
            <xsd:documentation>Height</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tc a:tc 0 unbounded
extLst a:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
h a:h Required
Collapse Derivation Tree:
  • CT_TableRow
Collapse References:
a:tr