SYSIBM.SYSXMLSTRINGS table
Each row of the SYSIBM.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.
| 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 came from the
basic machine-readable material (MRM) tape. For all other values,
see Release
dependency indicators. The value in this field is not a reliable indicator of release dependencies. |
G |