SYSCAT.XSROBJECTHIERARCHIES catalog view
Each row represents the hierarchical relationship between an XSR object and its components.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| OBJECTID | BIGINT | Identifier for an XSR object. | |
| COMPONENTID | BIGINT | Identifier for an XSR component. | |
| HTYPE | CHAR (1) | Hierarchy type.
|
|
| TARGETNAMESPACE | VARCHAR (1001) | Y | String identifier for the component's target namespace. |
| SCHEMALOCATION | VARCHAR (1001) | Y | String identifier for the component's schema location. |