Definition Type: SimpleType
Name: ST_LineSpacingRule
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Line Spacing Rule
Collapse XSD Schema Diagram:
XSD Diagram of ST_LineSpacingRule in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_LineSpacingRule">
    <xsd:annotation>
        <xsd:documentation>Line Spacing Rule</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="auto">
            <xsd:annotation>
                <xsd:documentation>Automatically Determined Line Height</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="exact">
            <xsd:annotation>
                <xsd:documentation>Exact Line Height</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="atLeast">
            <xsd:annotation>
                <xsd:documentation>Minimum Line Height</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration auto
Enumeration exact
Enumeration atLeast
Collapse Derivation Tree:
Collapse References:
w:lineRule