Skip to content
Snippets Groups Projects
Commit 5438aba4 authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Änderungen im Header

parent eefbbe9c
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,19 @@ ...@@ -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://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" <?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"?> 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> <teiHeader>
<fileDesc> <fileDesc>
<titleStmt> <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> </titleStmt>
<publicationStmt> <publicationStmt>
<publisher>Herzog August Bibliothek Wolfenbüttel</publisher> <publisher>Herzog August Bibliothek Wolfenbüttel</publisher>
<date when="2020"/> <date when="2023"/>
<availability> <availability>
<licence target="https://creativecommons.org/licenses/by-sa/4.0/"> <licence target="https://creativecommons.org/licenses/by-sa/4.0/">
<p>Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</p> <p>Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</p>
...@@ -459,7 +463,7 @@ ...@@ -459,7 +463,7 @@
<attDef ident="corresp" usage="opt"> <attDef ident="corresp" usage="opt">
<datatype> <datatype>
<rng:data type="anyURI"/> <rng:data type="anyURI"/>
</datatype> </datatype>
<constraintSpec scheme="schematron" ident="div-corresp-regex"> <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=" <constraint> <sch:pattern> <sch:rule context="tei:div[@corresp]"> <sch:let name="variable" value="substring(./@corresp,5)"/> <sch:assert test="
$variable ne '' and $variable ne '' and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment