Re: [xml-dev] Need a language whiz: An XML Schema "specifies" howdata is to be structured? "describes"? "constrains"?
I still don't see what the novelty of "epischemas" is supposed to be, apart from giving a name (which is welcome). James Clark did this parallel grammar technique for HTML IIRC, as a way to reconstruct SGML's exclusion exceptions (i.e. that an <a> could not contain an <a> etc) without combinatorial explosion. Schematron supported multiple patterns in parallel from the start. DSDL's NVRL was based on selecting different sections of documents and running them through different schemas (including in parallel). Lloyds of London Financial Markets use of layers of increasing complexity (IIRC a basic grammar, then a complex grammar, then a Schematron) to weed out bad transactions efficiently was widely reported. And the idea of a Bloom filter is basic CS knowledge.
Regards
Rick