dracor-org / dracor-schema

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

Explicitly stating the Version TEI Guidelines used to create the customization from #78

Open ingoboerner opened 1 week ago

ingoboerner commented 1 week ago

There seems to be an option to define the version of the guidelines that will be used as the basis to generate the schema. I added the source attribute as such to <schemaSpec>:

<schemaSpec ident="dracor" docLang="en" prefix="tei_" xml:lang="en"
                    start="TEI teiCorpus" source="tei:4.5.0">

4.5.0 is mentioned by @lehkost in the issue on gender #46 . Interestingly this is a version that I can set in my setup, but a more recent one produces an error in the Oxygen ODD Framework Transformation. So I make it 4.5.0 for now because making any version explicit is probably better than the way it was before

67

ingoboerner commented 1 week ago

OK, 4.6.0 would also work in my setup.

If I set it to 4.4.0 we don't have the teidata.gender thingy. So, if we simply want to reflect the state of affairs before the gender-related changes were made (see #46) we use 4.4.0 as the base for our first (?) more or less stable version. We could then iterate on the funny ODD discussion and adaption process it with a newer version when a) the transformation works (means after me having updated the ODD framework) and b) we have decided how we go about the "new" gender possibilities; and solve other open questions regarding the schema and encoding practices.

@cmil, @lehkost maybe we could agree on that