Definition Type: ComplexType
Name: CT_TcMar
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into right in schema wml_xsd Drilldown into bottom in schema wml_xsd Drilldown into left in schema wml_xsd Drilldown into top in schema wml_xsdXSD Diagram of CT_TcMar in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TcMar">
    <xsd:sequence>
        <xsd:element name="top" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Cell Top Margin Exception</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="left" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Cell Left Margin Exception</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bottom" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Cell Bottom Margin Exception</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="right" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Cell Right Margin Exception</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
top w:top 0 1
left w:left 0 1
bottom w:bottom 0 1
right w:right 0 1
Collapse Derivation Tree:
Collapse References:
w:tcMar