SYSCAT.XSROBJECTDETAILS catalog view
Each row represents an XML schema repository object.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| OBJECTID | BIGINT | Unique generated identifier for an XML schema object. | |
| OBJECTSCHEMA | VARCHAR (128) | Schema name of the XML schema object. | |
| OBJECTNAME | VARCHAR (128) | Unqualified name of the XML schema object. | |
| GRAMMAR | BLOB (127M) | Y | Binary representation of the grammar for the XML schema object. |
| PROPERTIES | BLOB (4190000) | Y | Properties document for the XML schema object. |