2.2.5.1.2 Character

Represents a single Unicode character.

XML Element: <C>

XML Content: 16-bit unsigned integer equivalent to the specified Unicode character, serialized as described in XML schema specification [XMLSCHEMA2] for the unsignedShort data type.

Example:

 <!-- serialization of character "a" -->
 <C>97</C>