Is there an XSD for XSD's, a Meta-XSD?

c#, xml, xsd, xsd.exe

Solution

http://www.w3.org/2001/XMLSchema.xsd

Problem

Does there exist an Xml schema that will validate other XML schemas? What I want to do is take such a meta-schema (if it exists) and run it through XSD.EXE so that I can use C# classes to read an arbitrary XML schema and analyze it.

Original source

Related problems