3.147 ALL_XML_SCHEMA_NAMESPACES

ALL_XML_SCHEMA_NAMESPACES describes all the available namespaces accessible to the current user.

Related Views

  • DBA_XML_SCHEMA_NAMESPACES describes all the available namespaces.

  • USER_XML_SCHEMA_NAMESPACES describes all the available namespaces owned by the current user. This view does not display the OWNER column.

Column Datatype NULL Description

OWNER

VARCHAR2(128)

User who owns the namespace

TARGET_NAMESPACE

VARCHAR2(2000)

The target namespace

SCHEMA_URL

VARCHAR2(700)

The URL of the schema

Refer to the See Also note below for links to more information about the schemaurl attribute for an XML schema.

See Also: