Definition Type: ComplexType
Name: CT_Spacing
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into lineRule in schema wml_xsd Drilldown into line in schema wml_xsd Drilldown into afterAutospacing in schema wml_xsd Drilldown into afterLines in schema wml_xsd Drilldown into after in schema wml_xsd Drilldown into beforeAutospacing in schema wml_xsd Drilldown into beforeLines in schema wml_xsd Drilldown into before in schema wml_xsdXSD Diagram of CT_Spacing in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Spacing">
    <xsd:attribute name="before" type="ST_TwipsMeasure" use="optional">
        <xsd:annotation>
            <xsd:documentation>Spacing Above Paragraph</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="beforeLines" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>Spacing Above Paragraph IN Line Units</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="beforeAutospacing" type="ST_OnOff" use="optional">
        <xsd:annotation>
            <xsd:documentation>Automatically Determine Spacing Above Paragraph</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="after" type="ST_TwipsMeasure" use="optional">
        <xsd:annotation>
            <xsd:documentation>Spacing Below Paragraph</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="afterLines" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>Spacing Below Paragraph in Line Units</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="afterAutospacing" type="ST_OnOff" use="optional">
        <xsd:annotation>
            <xsd:documentation>Automatically Determine Spacing Below Paragraph</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="line" type="ST_SignedTwipsMeasure" use="optional">
        <xsd:annotation>
            <xsd:documentation>Spacing Between Lines in Paragraph</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lineRule" type="ST_LineSpacingRule" use="optional">
        <xsd:annotation>
            <xsd:documentation>Type of Spacing Between Lines</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
before w:before Optional
beforeLines w:beforeLines Optional
beforeAutospacing w:beforeAutospacing Optional
after w:after Optional
afterLines w:afterLines Optional
afterAutospacing w:afterAutospacing Optional
line w:line Optional
lineRule w:lineRule Optional
Collapse Derivation Tree:
Collapse References:
w:spacing