sys.xml_schema_wildcard_namespaces (Transact-SQL)

Applies to: SQL Server

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.

Permissions

The visibility of the metadata in catalog views is limited to securables that a user either owns, or on which the user was granted some permission. For more information, see Metadata Visibility Configuration.

See Also

Catalog Views (Transact-SQL)
XML Schemas (XML Type System) Catalog Views (Transact-SQL)