tsd:normalization

Purpose This element specifies whether text is to be treated as normalized.
Parent element tsd:collation
Child elements None
Attributes value
Attributes
Name Type Description
value xs:boolean

Valid values for the value attribute are "true" and "false".

The value "true" produces results as if text was normalized. The default is "false" (no normalization) for most languages.

Note:
This is the default root locale, i.e. the default collation attribute value according to the Unicode Collation Algorithm. However, this may be different if a specific language/locale is specified. For more information on this topic, refer to tsd:collation and to the collation documentation in the XML Schema User Guide.

Example

See under tsd:collation.