From 5438aba4716f2073e75ff3612b269aa3386c10b4 Mon Sep 17 00:00:00 2001
From: Martin de la Iglesia <iglesia@hab.de>
Date: Tue, 30 May 2023 14:27:20 +0000
Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20im=20Header?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 transkription.odd | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/transkription.odd b/transkription.odd
index 853468b..ecaf3dc 100644
--- a/transkription.odd
+++ b/transkription.odd
@@ -2,15 +2,19 @@
 <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
 <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
     schematypens="http://purl.oclc.org/dsdl/schematron"?>
-<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
+<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
     <teiHeader>
         <fileDesc>
             <titleStmt>
-                <title>ODD für die Transkription in der Edition der Reise- und Sammlungsbeschreibungen Philipp Hainhofers (1578-1647)</title>
+                <title>ODD für die TEI/XML-Dateien der Edition der Reise- und Sammlungsbeschreibungen Philipp Hainhofers (1578-1647)</title>
+                <author>
+                    <name>Martin de la Iglesia</name>
+                    <email>iglesia@hab.de</email>
+                </author>
             </titleStmt>
             <publicationStmt>
                 <publisher>Herzog August Bibliothek Wolfenbüttel</publisher>
-                <date when="2020"/>
+                <date when="2023"/>
                 <availability>
                     <licence target="https://creativecommons.org/licenses/by-sa/4.0/">
                         <p>Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</p>
@@ -459,7 +463,7 @@
                         <attDef ident="corresp" usage="opt">
                             <datatype>
                                 <rng:data type="anyURI"/>
-                            </datatype>
+                            </datatype>                                  
                             <constraintSpec scheme="schematron" ident="div-corresp-regex">
                                 <constraint> <sch:pattern> <sch:rule context="tei:div[@corresp]"> <sch:let name="variable" value="substring(./@corresp,5)"/> <sch:assert test="
                                     $variable ne '' and
-- 
GitLab