sys.xml_schema_attributes (Transact-SQL)
Returns a row per XML schema component that is an attribute, symbol_space of A.
Column name | Data type | Description |
---|---|---|
<inherited columns> |
-- |
Inherits from sys.xml_schema_components. |
is_default_fixed |
bit |
1 = The default value is a fixed value. This value cannot be overridden in an XML instance. 0 = The default value is not a fixed value for the attribute. (default) |
must_be_qualified |
bit |
1 = The attribute must be explicitly namespace qualified. 0 = The attribute may be implicitly namespace qualified. (default) |
default_value |
nvarchar (4000) |
Default value of the attribute. Is NULL if a default value is not supplied. |
See Also
Reference
XML Schemas (XML Type System) Catalog Views (Transact-SQL)
Catalog Views (Transact-SQL)