3.157 ALL_XML_VIEW_COLS
ALL_XML_VIEW_COLS describes the columns of the XML views accessible to the current user.
               
Related Views
- 
                        DBA_XML_VIEW_COLSdescribes the columns of all XML views in the database.
- 
                        USER_XML_VIEW_COLSdescribes the columns of the XML views owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the XML view | 
| 
 | 
 | 
 | Name of the XML view | 
| 
 | 
 | 
 | Name of the XML view column | 
| 
 | 
 | 
 | Name of the XML Schema that is used for the view definition | 
| 
 | 
 | 
 | Owner of the XML Schema that is used for the view definition | 
| 
 | 
 | 
 | Name of the XML SChema element that is used for the view | 
See Also: