Definition Type: SimpleType
Name: ST_LevelSuffix
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Content Between Numbering Symbol and Paragraph Text
Collapse XSD Schema Diagram:
XSD Diagram of ST_LevelSuffix in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_LevelSuffix">
    <xsd:annotation>
        <xsd:documentation>Content Between Numbering Symbol and Paragraph Text</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="tab">
            <xsd:annotation>
                <xsd:documentation>Tab Between Numbering and Text</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="space">
            <xsd:annotation>
                <xsd:documentation>Space Between Numbering and Text</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="nothing">
            <xsd:annotation>
                <xsd:documentation>Nothing Between Numbering and Text</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration tab
Enumeration space
Enumeration nothing
Collapse Derivation Tree:
  • ST_LevelSuffix
Collapse References:
w:val