LB> Good. But how is it going to be fixed? PS> Yes, and we already decided to fix this during our f2f at Graz: I have now taken a first crack at this as a starting point for discussion, per Council's discussions yesterday. See https://jenkins3.tei-c.org/job/TEIP5-sydb-standOff/lastSuccessfulBuild/artif... and https://jenkins3.tei-c.org/job/TEIP5-sydb-standOff/lastSuccessfulBuild/artif... Main changes: * "model.resourceLike" renamed to "model.resource" * new class, "model.describedResource" for those things that group a <teiHeader> with a resource(s), i.e. that have metadata describing the resource(s) * <TEI> no longer part of model.resource, now a member of model.describedResource along with <teiCorpus> * Content model of <TEI> changed to: ( teiHeader, ( ( model.resource+, TEI* ) | TEI+ ) ) * Content model of <teiCorpus> changed to: ( teiHeader, model.resource*, model.describedResource+ )