SQL Server/T-SQL/System/sys.XML schema collections
Get schema name from sys.XML_schema_collections
3>
4> SELECT name
5> FROM sys.XML_schema_collections
6> ORDER BY create_date
7> GO
name
------------------------------------------------------------------------------------------------------------------------
--------
sys
(1 rows affected)