SYSCAT.XSROBJECTS catalog view
Each row represents an XML schema repository object.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| OBJECTID | BIGINT | Unique generated identifier for an XSR object. | |
| OBJECTSCHEMA | VARCHAR (128) | Schema name of the XSR object. | |
| OBJECTNAME | VARCHAR (128) | Unqualified name of the XSR object. | |
| TARGETNAMESPACE | VARCHAR (1001) | Y | String identifier for the target namespace, or public identifier. |
| SCHEMALOCATION | VARCHAR (1001) | Y | String identifier for the schema location, or system identifier. |
| OBJECTINFO | XML | Y | Metadata document. |
| OBJECTTYPE | CHAR (1) | XSR object type.
|
|
| OWNER | VARCHAR (128) | Authorization ID of the owner of the XSR object. | |
| OWNERTYPE | CHAR (1) |
|
|
| CREATE_TIME | TIMESTAMP | Time at which the object was registered. | |
| ALTER_TIME | TIMESTAMP | Time at which the object was last updated (replaced). | |
| STATUS | CHAR (1) | Registration status.
|
|
| DECOMPOSITION | CHAR (1) | Indicates whether or not decomposition (shredding) is enabled
on this XSR object.
|
|
| REMARKS | VARCHAR (254) | Y | User-provided comments, or the null value. |