<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>
|