3.152 ALL_XML_SCHEMA_SUBSTGRP_HEAD

ALL_XML_SCHEMA_SUBSTGRP_HEAD describes the heads of substitution groups accessible to the current user.

Related Views

  • DBA_XML_SCHEMA_SUBSTGRP_HEAD describes the heads of substitution groups.

  • USER_XML_SCHEMA_SUBSTGRP_HEAD describes the heads of substitution groups owned by the current user. This view does not display the OWNER column.

Column Datatype NULL Description

OWNER

VARCHAR2(128)

The user who owns the element

SCHEMA_URL

VARCHAR2(700)

The URL of the schema within which the element is defined

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

TARGET_NAMESPACE

VARCHAR2(2000)

The namespace of the element

ELEMENT_NAME

VARCHAR2(256)

Name of the element

ELEMENT

XMLTYPE(XMLSchema "http://xmlns.oracle.com/xdb/XDBSchema.xsd" Element "element")

The actual XML fragment of the element

See Also: