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:
|
disallow_namespaces |
bit |
0 = Namespaces enumerated in sys.xml_schema_wildcard_namespaces are the only ones allowed. 1 = Namespaces are the only ones disallowed. |
See Also
Reference
Catalog Views (Transact-SQL)
XML Schemas (XML Type System) Catalog Views (Transact-SQL)