22.4. Datatypes
This section covers each of the XML Schema built-in datatypes and provides design issues, implementation considerations, and warnings when implementing an XML Schema datatype as a database column datatype. Both check constraints and triggers are listed, when appropriate, as both implementations are applicable in many cases.
22.4.1. string Datatype
The string datatype in XML Schema is defined to support, at a minimum, UTF-8 and UTF-16 representations. Oracle9i is the first version of the Oracle database to fully support these representations (Oracle8i has partial support for UTF-8). Oracle9i also supports 8-bit character sets such as ISO-Latin-8859-1 that might be appropriate if full international support is not required. Oraclea9 ...
Get XML Schema Complete Reference, The now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.