Since XML schemata (XSD) are themselves XML files, it should be possible to build a schema of a schema (meta-schema), right?
I'm struggling to accomplish that feat.
I would like to create a schema that describes a schema
with one root complexType containing a sequence of simpleTypes.
So, you want to write an XSD to validate that an XSD is valid? Well, why do that when there is an Xsd Validator:
http://www.w3.org/2001/03/webdata/xsv