20.1.10.64 ST_TextCapsType

This simple type specifies the cap types of the text.

This simple type’s contents are a restriction of the W3C XML Schema token datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Apply all caps on the text. All lower case letters are converted to upper case even though they are stored differently in the backing store.

The reason we cannot implicitly have noCaps be the scenario where capitalization is not specified is because not being specified implies deriving from a particular style and the user might want to override that and make some text not have a capitalization

Enumeration Value

Description

scheme even though the style says otherwise.

Apply small caps to the text. All letters are converted to lower case.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_TextCapsType) is located in A.4.1. end note]

Last updated on