Although Mr Jenkins seems happy with the current state of things, the
Makefile currently fails
mllint --noout --valid extns2.xml
BUILD: Testing files which exercise inclusion of fragments
java -jar ../Utilities/lib/jing.jar -t -c frag.rnc testfrag.xml
/home/lou/Public/TEI/P5/Schema/tei.rnc:4617:16: error: reference to
undefined pattern "anyElement-d8e14824"
Elapsed time 466+0=466 milliseconds
Makefile:73: recipe for target 'test-frag' failed
make[1]: *** [test-frag] Error 1
verb. sap.
[At a quick look, this is because the frag.rnc file doesn't reference
the RNG fragment corresponding to the tagdocs module, which is needed
because anyElement.xml (and the class att.repeatable of which it is a
member) are defined there.
I wonder if it might be advisable to move both of them to the TEI
module, since that is where macro.anyXML is defined. ]