-
Notifications
You must be signed in to change notification settings - Fork 2
/
header-template.xml
57 lines (57 loc) · 2.25 KB
/
header-template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<?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">
<teiHeader>
<fileDesc>
<titleStmt>
<title type="main">Faust</title>
<title type="sub">Historisch-kritische Edition</title>
<author>Johann Wolfgang Goethe</author>
<respStmt>
<resp>Herausgegeben von</resp>
<name>Anne Bohnenkamp</name>
<name>Silke Henke</name>
<name>Fotis Jannidis</name>
<orgName>Freies Deutsches Hochstift</orgName>
<orgName>Klassik Stiftung Weimar</orgName>
<orgName>Julius-Maximilians-Universität Würzburg</orgName>
</respStmt>
<respStmt>
<resp>Mitarbeit</resp>
<name>Gerrit Brüning</name>
<name>Katrin Henzel</name>
<name>Christoph Leijser</name>
<name>Gregor Middell</name>
<name>Dietmar Pravida</name>
<name>Thorsten Vitt</name>
<name>Moritz Wissenbach</name>
</respStmt>
</titleStmt>
<publicationStmt>
<publisher><!-- bleibt leer --></publisher>
<idno></idno>
<date><!-- generiert: date/@when --></date>
<availability>
<licence target="https://creativecommons.org/licenses/by-nc-sa/4.0/"
>Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA
4.0)</licence>
</availability>
</publicationStmt>
<sourceDesc>
<msDesc>
<msIdentifier>
<repository>generiert aus archives/archive/city/text()</repository>
<idno>idno</idno>
</msIdentifier>
</msDesc>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<p>Some text here.</p>
</body>
</text>
</TEI>