Definition Type: ComplexType
Name: CT_TextSpacing
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-textParagraph.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into spcPts in schema dml-textparagraph_xsd Drilldown into spcPct in schema dml-textparagraph_xsdXSD Diagram of CT_TextSpacing in schema dml-textparagraph_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TextSpacing">
    <xsd:choice>
        <xsd:element name="spcPct" type="CT_TextSpacingPercent">
            <xsd:annotation>
                <xsd:documentation>Spacing Percent</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="spcPts" type="CT_TextSpacingPoint">
            <xsd:annotation>
                <xsd:documentation>Spacing Points</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
spcPct a:spcPct (1) (1)
spcPts a:spcPts (1) (1)
Collapse Derivation Tree:
Collapse References:
a:lnSpc, a:spcAft, a:spcBef