CICS® Configuration Manager API XML elements can contain the following characters:
All other characters are considered "unsafe", and must be specified using one of the following escaped formats:
EBCDIC character reference, where h is a hexadecimal number representing the EBCDIC character code.
For example, to include a less than sign in the content of an element, specify:
%4C
Named XML character references (such as & and <) are not supported.