In Microsoft SQL Server 2005, there is the option to store within the database under "Database -> Type -> XML Schema Collection" a XML schema to validate against if you are viewing the database within SQL management studio.
What I need to do is store the schema under the specified path above, and then within code pull that schema out to use to validate other xml data. Is there a way to query this schema so that I can get the xsd text and then use it within a .net application to validate other xml? I just need the information to pull or query the xsd test out of a database.