
The XSROBJECTCOMPONENTS table contains one row for each component (document) in an XML schema.
The following table describes the columns in the XSROBJECTCOMPONENTS table:
| Column name | System Column Name | Data Type | Description |
|---|---|---|---|
| XSRCOMPONENTID | COMPID | BIGINT | Internal identifier of the XML schema document. |
| TARGETNAMESPACE | TGTNAMESPC | VARCHAR(1000) Nullable |
String identifier for the target namespace. |
| SCHEMALOCATION | SCHEMALOC | VARCHAR(1000) Nullable |
String identifier for the schema location. |
| COMPONENT | COMPONENT | BLOB(30M) Nullable |
Contents of the XML schema document. |
| PROPERTIES | PROPERTIES | BLOB(5M) Nullable |
Additional document property information for the XML schema document. |
| CREATED | CREATEDTS | TIMESTAMP | The time when the XSR_REGISTER stored procedure was executed for the XML schema. |
| STATUS | STATUS | CHAR(1) | Registration status of the XML schema:
|
| IASP_NUMBER | IASPNUMBER | SMALLINT | Indicates the IASP where the catalog table is located. |
