Specifies what follows the list number (for example, a tab, a space, or nothing).
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
<xsd:simpleType name="listLevelSuffixValues" >
<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>