sys.xml_schema_wildcard_namespaces (Transact-SQL)
SQL Server 2008 R2
Returns a row per enumerated namespace for an XML schema wildcard.
Column name | Data type | Description |
|---|---|---|
xml_component_id | int | ID of the XML schema component (wildcard) to which this applies. |
namespace | nvarchar(4000) | Name or URI of the namespace that is used by the XML wildcard. |
In SQL Server 2005 and later versions, the visibility of the metadata in catalog views is limited to securables that a user either owns or on which the user has been granted some permission. For more information, see Metadata Visibility Configuration.