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.
Akoma-Ntoso is an example of such a meta-schema:
It uses two abstractions,
extends:and
restricts:References
Akoma Ntoso | Akoma Ntoso Site
Akoma Ntoso Version 1.0 Part 1: XML Vocabulary
Akoma Ntoso Version 1.0. Part 2: Specifications
AKOMA NTOSO Technical Documentation - Alphabetical Listing
XMLSchema Documentation browser: Akoma Ntoso
Customizing Akoma Ntoso - Prof. Fabio Vitali University of Bologna (pdf)
The Systems Biology Markup Language (SBML): Language Specification for Level 3 Version 1 Core
How to verify that one XSD schema is a subset of another XSD schema?