dracor-org / dracor-schema

ODD and schemas for dracor.org files
https://dracor.org/doc/odd
4 stars 2 forks source link

Customise the `teiCorpus` element #68

Open cmil opened 2 weeks ago

cmil commented 2 weeks ago

The revised DraCor schema should add teiCorpus as a possible start element to the schemaSpec of the ODD and adjust the content model to the DraCor use in corpus.xml files.

ingoboerner commented 2 weeks ago

I added it as start element. Is an easy fix:

<schemaSpec ident="dracor-api" docLang="en" prefix="tei_" xml:lang="en" start="TEI teiCorpus">

The problem with the corpus.xml is that it is not valid against TEI all. See #44