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 the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
The user who owns the element |
|
|
|
The URL of the schema within which the element is defined |
|
|
|
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: