SYSCAT.XSROBJECTHIERARCHIES catalog view

Each row represents the hierarchical relationship between an XSR object and its components.

Table 1. SYSCAT.XSROBJECTHIERARCHIES Catalog View
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.
  • D = Document
  • N = Top-level namespace
  • P = Primary document
TARGETNAMESPACE VARCHAR (1001) Y String identifier for the component's target namespace.
SCHEMALOCATION VARCHAR (1001) Y String identifier for the component's schema location.