<ST_NumberFormat>
(Numbering Format)
This simple type specifies the numbering format which shall be used for a group of automatically numbered objects,
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 |
---|---|
|
Specifies that the sequence shall consist of hiragana characters in the traditional a-i-u-e-o order. |
|
Specifies that the sequence shall consist of full-width hiragana characters in the traditional a-i-u-e-o order. |
|
Specifies that the sequence shall consist of ascending Abjad numerals. |
|
Specifies that the sequence shall consist of characters in the Arabic alphabet. |
|
Specifies that the sequence shall consist of bullet characters. |
|
Specifies that the sequence shall consist of cardinal text of the run language. |
|
Specifies that the sequence shall consist of characters as defined in the Chicago Manual of Style. |
|
Specifies that the sequence shall consist of ascending numbers from the Chinese counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system. |
|
Specifies that the sequence shall consist of sequential numbers from the Chinese simplified legal format. |
|
Specifies that the sequence shall consist of sequential numbers from the Korean Chosung format. |
|
Specifies that the sequence shall consist of decimal numbering. |
|
Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. |
|
Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 11, the numbers may be replaced with non-enclosed equivalents. |
|
Specifies that the sequence shall consist of decimal numbering followed by a period, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. |
|
Specifies that the sequence shall consist of decimal numbering enclosed in parenthesis, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. |
|
Specifies that the sequence shall consist of double-byte Arabic numbering. |
|
Specifies that the sequence shall consist of an alternative set of double-byte Arabic numbering, if one exists in the run font. |
|
Specifies that the sequence shall consist of single-byte Arabic numbering. |
|
Specifies that the sequence shall consist of Arabic numbering with a zero added to numbers one through nine. |
|
Specifies that the sequence shall consist of sequential numbers from the Korean Ganada format. |
|
Specifies that the sequence shall consist of Hebrew numerals. |
|
Specifies that the sequence shall consist of the Hebrew alphabet. |
|
Specifies that the sequence shall consist of hexadecimal numbering. |
|
Specifies that the sequence shall consist of Hindi consonants. |
|
Specifies that the sequence shall consist of sequential numbers from the Hindi counting system. |
|
Specifies that the sequence shall consist of Hindi numbers. |
|
Specifies that the sequence shall consist of Hindi vowels. |
|
Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. |
|
Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. Once the specified sequence reaches 11, the numbers may be replaced with non-enclosed equivalents. |
|
Specifies that the sequence shall consist of sequential numerical traditional legal ideographs. |
|
Specifies that the sequence shall consist of sequential numerical traditional ideographs. |
|
Specifies that the sequence shall consist of sequential zodiac ideographs. |
|
Specifies that the sequence shall consist of sequential traditional zodiac ideographs. |
|
Specifies that the sequence shall consist of the iroha. |
|
Specifies that the sequence shall consist of the full-width forms of the iroha. |
|
Specifies that the sequence shall consist of sequential numbers from the Japanese counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Japanese digital ten thousand counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Korean counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system. |
|
Specifies that the sequence shall consist of the letters of the Latin alphabet in lower case. |
|
Specifies that the sequence shall consist of lowercase roman numerals. |
|
Specifies that the sequence shall not display any numbering. |
|
Specifies that the sequence shall consist of the Arabic numbering surrounded by dash characters. |
|
Specifies that the sequence shall consist of ordinals of the run language. |
|
Specifies that the sequence shall consist of ordinal text of the run language. |
|
Specifies that the sequence shall consist of the letters of the Russian alphabet in lower case. |
|
Specifies that the sequence shall consist of the letters of the Russian alphabet in upper case. |
|
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system. |
|
Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system. |
|
Specifies that the sequence shall consist of sequential numbers from the Thai counting system. |
|
Specifies that the sequence shall consist of Thai letters. |
|
Specifies that the sequence shall consist of Thai numerals. |
|
Specifies that the sequence shall consist of the letters of the Latin alphabet in upper case. |
|
Specifies that the sequence shall consist of uppercase roman numerals. |
|
Specifies that the sequence shall consist of Vietnamese numerals. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_NumberFormat">
<restriction base="xsd:string">
<enumeration value="decimal"/>
<enumeration value="upperRoman"/>
<enumeration value="lowerRoman"/>
<enumeration value="upperLetter"/>
<enumeration value="lowerLetter"/>
<enumeration value="ordinal"/>
<enumeration value="cardinalText"/>
<enumeration value="ordinalText"/>
<enumeration value="hex"/>
<enumeration value="chicago"/>
<enumeration value="ideographDigital"/>
<enumeration value="japaneseCounting"/>
<enumeration value="aiueo"/>
<enumeration value="iroha"/>
<enumeration value="decimalFullWidth"/>
<enumeration value="decimalHalfWidth"/>
<enumeration value="japaneseLegal"/>
<enumeration value="japaneseDigitalTenThousand"/>
<enumeration value="decimalEnclosedCircle"/>
<enumeration value="decimalFullWidth2"/>
<enumeration value="aiueoFullWidth"/>
<enumeration value="irohaFullWidth"/>
<enumeration value="decimalZero"/>
<enumeration value="bullet"/>
<enumeration value="ganada"/>
<enumeration value="chosung"/>
<enumeration value="decimalEnclosedFullstop"/>
<enumeration value="decimalEnclosedParen"/>
<enumeration value="decimalEnclosedCircleChinese"/>
<enumeration value="ideographEnclosedCircle"/>
<enumeration value="ideographTraditional"/>
<enumeration value="ideographZodiac"/>
<enumeration value="ideographZodiacTraditional"/>
<enumeration value="taiwaneseCounting"/>
<enumeration value="ideographLegalTraditional"/>
<enumeration value="taiwaneseCountingThousand"/>
<enumeration value="taiwaneseDigital"/>
<enumeration value="chineseCounting"/>
<enumeration value="chineseLegalSimplified"/>
<enumeration value="chineseCountingThousand"/>
<enumeration value="koreanDigital"/>
<enumeration value="koreanCounting"/>
<enumeration value="koreanLegal"/>
<enumeration value="koreanDigital2"/>
<enumeration value="vietnameseCounting"/>
<enumeration value="russianLower"/>
<enumeration value="russianUpper"/>
<enumeration value="none"/>
<enumeration value="numberInDash"/>
<enumeration value="hebrew1"/>
<enumeration value="hebrew2"/>
<enumeration value="arabicAlpha"/>
<enumeration value="arabicAbjad"/>
<enumeration value="hindiVowels"/>
<enumeration value="hindiConsonants"/>
<enumeration value="hindiNumbers"/>
<enumeration value="hindiCounting"/>
<enumeration value="thaiLetters"/>
<enumeration value="thaiNumbers"/>
<enumeration value="thaiCounting"/>
</restriction>
</simpleType>