DigitalLatin / guidelines

A repository for the LDLT Guidelines
GNU Affero General Public License v3.0
0 stars 3 forks source link

Use <msDesc> in <listWit> #40

Open adunning opened 6 years ago

adunning commented 6 years ago

The guidelines currently give a somewhat loosely structured example for <witness>, but it might be worth pointing out that one can use the standard <msDesc> there as well. This, for example, validates:

<listWit>
<witness xml:id="L">
<msDesc>
<msIdentifier>
<settlement>London</settlement>
<repository>British Library</repository>
<collection>Lansdowne</collection>
<idno>436</idno>
</msIdentifier>
</msDesc>
</witness>
</listWit>

If one is providing a large amount of codicological detail, the schema's inclusion of the TEI manuscript description module is great, and I would suggest that there be something about this in the guidelines. This is perfect if one needs to present a large amount of technical detail (measurements etc.), instead of using prose as the guidelines presently encourage, since it is structured in a standard way and some libraries can then import it directly in their catalogue. Manuscript descriptions are also great for quoting weird supplementary material that isn't worth putting in the introduction but should still be somehow searchable. I can provide a sample if desired.