sys.xml_schema_model_groups (Transact-SQL)

Returns a row per XML schema component that is a Model-Group, symbol_space of M..

Column name

Data type

Description

<inherited columns>

 

Inherits columns from sys.xml_schema_components.

compositor

char(1)

Compositor kind of group:

A = XSD <all> Group

C = XSD <choice> Group

S = XSD <sequence> Group

compositor_desc

nvarchar (60)

Description of compositor kind of group:

  • XSD_ALL_GROUP

  • XSD_CHOICE_GROUP

  • XSD_SEQUENCE_GROUP

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)