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