SYSXMLSTRINGS catalog table
Each row of the SYSXMLSTRINGS table contains a single string and its unique ID that are used to condense XML data. The string can be an element name, attribute name, name space prefix, or a namespace URI. The schema is SYSIBM.
| Column name | Data type | Description | Use |
|---|---|---|---|
| STRINGID | INTEGER
NOT NULL GENERATED ALWAYS AS IDENTITY |
Unique ID for the string. | G |
| STRING | VARCHAR(1000)
NOT NULL |
The string data. | G |
| IBMREQD | CHAR(1)
NOT NULL |
A value of Y indicates that the row was provided with the Db2 product code. For all other values, see Release dependency indicators. The value in this field is not a reliable indicator of release dependencies. |
G |