Definition Type: ComplexType
Name: CT_TrPrBase
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hidden in schema wml_xsd Drilldown into jc in schema wml_xsd Drilldown into tblCellSpacing in schema wml_xsd Drilldown into tblHeader in schema wml_xsd Drilldown into trHeight in schema wml_xsd Drilldown into cantSplit in schema wml_xsd Drilldown into wAfter in schema wml_xsd Drilldown into wBefore in schema wml_xsd Drilldown into gridAfter in schema wml_xsd Drilldown into gridBefore in schema wml_xsd Drilldown into divId in schema wml_xsd Drilldown into cnfStyle in schema wml_xsdXSD Diagram of CT_TrPrBase in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cnfStyle w:cnfStyle 0 1
divId w:divId 0 (1)
gridBefore w:gridBefore 0 (1)
gridAfter w:gridAfter 0 (1)
wBefore w:wBefore 0 1
wAfter w:wAfter 0 1
cantSplit w:cantSplit 0 (1)
trHeight w:trHeight 0 (1)
tblHeader w:tblHeader 0 (1)
tblCellSpacing w:tblCellSpacing 0 1
jc w:jc 0 1
hidden w:hidden 0 (1)
Collapse Derivation Tree:
Collapse References:
w:CT_TrPr, w:trPr