3.145 ALL_XML_SCHEMA_ELEMENTS
ALL_XML_SCHEMA_ELEMENTS
describes all the elements and their properties accessible to the current user.
Related Views
-
DBA_XML_SCHEMA_ELEMENTS
describes all the elements and their properties. -
USER_XML_SCHEMA_ELEMENTS
describes all the elements and their properties owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
The user who owns the element |
|
|
|
The URL of the schema within which the element is defined Note: See the See Also note below for links to more information about the |
|
|
|
The namespace of the element |
|
|
|
Name of the element |
|
|
|
Indicates whether an attribute was defined using a reference in the XML schema ( |
|
|
|
Name of the type of the element |
|
|
|
Indicates whether the attribute is global ( |
|
|
|
The actual XML fragment of the element |
|
|
|
XDB annotation for sqlInline |
|
|
|
XDB annotation value for sqlType |
|
|
|
XDB annotation value for sqlSchema |
|
|
|
XDB annotation value for default table |
|
|
|
XDB annotation value for sqlName |
|
|
|
XDB annotation value for sqlColType |
|
|
|
XDB annotation for maintainDOM |
|
|
|
XDB annotation for maintainOrder |
|
|
|
Unique identifier for the element |
|
|
|
Identies the parent of the element |
See Also:
-
Oracle XML DB Developer’s Guide for information about registering an XML schema with Oracle XML DB
-
Oracle XML DB Developer’s Guide for information about restrictions for an XML schema URL