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
.