<ST_PhoneticType>
(Phonetic Type)
Represents the different type of East Asian character sets that shall be used for displaying phonetic hints.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Full-width Katakana is used |
|
Half-width Katakana is used, this is the same Katakana character set, just half as wide so it takes up less space. |
|
Hiragana is used |
|
Any type of characters are allowed. In this case the spreadsheet application shall leave the text as entered. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PhoneticType">
<restriction base="xsd:string">
<enumeration value="halfwidthKatakana"/>
<enumeration value="fullwidthKatakana"/>
<enumeration value="Hiragana"/>
<enumeration value="noConversion"/>
</restriction>
</simpleType>