<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

<fullwidthKatakana> (Full-Width Katakana)

Full-width Katakana is used

<halfwidthKatakana> (Half-Width Katakana)

Half-width Katakana is used, this is the same Katakana character set, just half as wide so it takes up less space.

<Hiragana> (Hiragana)

Hiragana is used

<noConversion> (No Conversion)

Any type of characters are allowed. In this case the spreadsheet application shall leave the text as entered.

Referenced By

<phoneticPr@type>3.4.3)

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>