4.146 ALL_XML_SCHEMA_ATTRIBUTES
ALL_XML_SCHEMA_ATTRIBUTES describes all the attributes and their properties accessible to the current user.
               
Related Views
- 
                        DBA_XML_SCHEMA_ATTRIBUTESdescribes all the attributes and their properties accessible to the current user in the database.
- 
                        USER_XML_SCHEMA_ATTRIBUTESdescribes all the attributes and their properties owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | The user who owns the attribute | 
| 
 | 
 | 
 | The URL of the schema within which the attribute is defined Refer to the See Also note below for links to more information about the  | 
| 
 | 
 | 
 | 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:
- 
                           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