sys.xml_schema_wildcards (Transact-SQL)

Returns a row per XML schema component that is an Attribute-Wildcard (kind of V) or Element-Wildcard (kind of W), both with symbol_space of N.

Column name

Data type

Description

<inherited columns>

 

Inherits columns from sys.xml_schema_components.

process_content

char(1)

Indicates how contents are processed.

S = Strict validation (must validate)

L = Lax validation (validate if possible)

P = Skip validation

process_content_desc

nvarchar(60)

Description of how contents are processed:

  • STRICT_VALIDATION

  • LAX_VALIDATION

  • SKIP_VALIDATION

disallow_namespaces

bit

0 = Namespaces enumerated in sys.xml_schema_wildcard_namespaces are the only ones allowed.

1 = Namespaces are the only ones disallowed.

Permissions

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.

See Also

Reference

Catalog Views (Transact-SQL)

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