Definition Type: SimpleType
Name: listLevelSuffixValues
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies what follows the list number (for example, a tab, a space, or nothing).
Collapse XSD Schema Diagram:
XSD Diagram of listLevelSuffixValues in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="listLevelSuffixValues">
    <xsd:annotation>
        <xsd:documentation>Specifies what follows the list number (for example, a tab, a space, or nothing).</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Tab">
        </xsd:enumeration>
        <xsd:enumeration value="Space">
        </xsd:enumeration>
        <xsd:enumeration value="Nothing">
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Tab
Enumeration Space
Enumeration Nothing
Collapse Derivation Tree:
  • listLevelSuffixValues
Collapse References:
W:val