3.145 ALL_XML_SCHEMA_COMPLEX_TYPES
ALL_XML_SCHEMA_COMPLEX_TYPES
describes all complex types accessible to the current user.
Related Views
-
DBA_XML_SCHEMA_COMPLEX_TYPES
describes all complex types in the database. -
USER_XML_SCHEMA_COMPLEX_TYPES
describes all complex types owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
The user who owns the type |
|
|
|
The URL of the schema within which the type is defined Refer to the See Also note below for links to more information about the |
|
|
|
The namespace of the type |
|
|
|
Name of the complex type |
|
|
|
The actual XMLType of the type |
|
|
|
Name of the base type to which the complex type refers |
|
|
|
The URL of the schema within which the complex type is defined |
|
|
|
The namespace of the type |
|
|
|
XDB annotation for maintainDOM |
|
|
|
XDB annotation for sqlType |
|
|
|
XDB annotation for sqlSchema |
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