forked from Edirom/EditionExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstartwindow.xml
More file actions
56 lines (56 loc) · 2.54 KB
/
startwindow.xml
File metadata and controls
56 lines (56 loc) · 2.54 KB
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
<?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 level="a">Einleitung</title>
</titleStmt>
<editionStmt>
<edition>
<title>Edirom Online Beispieledition</title>
</edition>
<respStmt>
<resp>Release</resp>
<persName>Capelle, Irmlind</persName>
<persName>Iffland, Joachim</persName>
<persName>Röwenstrunk, Daniel</persName>
<persName>Schilke, Elena</persName>
</respStmt>
</editionStmt>
<publicationStmt>
<publisher>
<orgName role="pbl">Virtueller Foschungsverbund Edirom</orgName>
<ptr target="http://edirom.de/"/>
<address>
<addrLine>Musikwissenschaftliches Seminar Detmold/Paderborn</addrLine>
<addrLine>Virtueller Foschungsverbund Edirom</addrLine>
<addrLine>Hornsche Straße 39</addrLine>
<addrLine>32756</addrLine>
<addrLine>Detmold</addrLine>
<addrLine>Deutschland</addrLine>
</address>
</publisher>
</publicationStmt>
<sourceDesc>
<p/>
</sourceDesc>
</fileDesc>
<encodingDesc>
<projectDesc xml:lang="de">
<p></p>
</projectDesc>
</encodingDesc>
<revisionDesc status="candidate">
<change who="DR" when="2016-03-16">Text mit wichtigsten Metadaten angelegt</change>
<change who="DeRi" when="2022-01-19">Entwurf für Inhalt</change>
</revisionDesc>
</teiHeader>
<text>
<body>
<p>Dies ist eine Beispieledition, die zu Demonstrationszwecken geschaffen wurde. Da die Funktionalitäten der Edirom Online im Fokus stehen sollen, wurde hier bewusst ein kurzes musikalisches Werk ausgewählt, das eine Edition mit überschaubarem Kritischen Bericht ermöglichte.</p>
</body>
</text>
</TEI>