<xsd:simpleType name="ST_CharacterSpacing">
<xsd:annotation>
<xsd:documentation>Character-Level Whitespace Compression Settings</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="doNotCompress">
<xsd:annotation>
<xsd:documentation>Do Not Compress Whitespace</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="compressPunctuation">
<xsd:annotation>
<xsd:documentation>Compress Whitespace From Punctuation Characters</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="compressPunctuationAndJapaneseKana">
<xsd:annotation>
<xsd:documentation>Compress Whitespace From Both Japanese Kana And Punctuation Characters</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|