ALL_XML_SCHEMA_ATTRIBUTES
describes all the attributes and their properties accessible to the current user.
Related Views
DBA_XML_SCHEMA_ATTRIBUTES
describes all the attributes and their properties accessible to the current user in the database.
USER_XML_SCHEMA_ATTRIBUTES
describes all the attributes 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 attribute |
|
|
|
The URL of the schema within which the attribute is defined |
|
|
|
The namespace of the attribute |
|
|
|
Name of the attribute |
|
|
|
Indicates whether an attribute was defined using a reference in the XML schema ( |
|
|
|
Name of the type of the attribute |
|
|
|
Indicates whether the attribute is global ( |
|
|
|
Actual XMLType for the attribute |
|
|
|
Element ID of the element to which the attribute belongs |
|
|
|
XDB annotation for sqlType |
|
|
|
XDB annotation value for sqlName |
See Also: