-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmspart-tmpl.xml
115 lines (114 loc) · 4.79 KB
/
mspart-tmpl.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<msPart xmlns="http://www.tei-c.org/ns/1.0" xml:id="" type="fragment">
<!-- ### runtime instance inlining these divs which finally end up in the body -->
<!-- 41) Textedition: @corresp referenziert msPart - eingefügt aus jinn-codemirror. Required -->
<div type="textpart" subtype="fragment" n="a" corresp="#F5771067f-65fb-47af-9a84-8e9d7dd393a8"/>
<!-- 36) Apparatus für 1. Fragment: @corresp referenziert msPart - eingefügt aus jinn-codemirror -->
<div type="apparatus" corresp="#F5771067f-65fb-47af-9a84-8e9d7dd393a8"/>
<!-- 42) Übersetzung: @corresp referenziert msPart; @resp = Kürzel des Übersetzers - eingefügt aus jinn-codemirror -->
<div type="translation" corresp="#F5771067f-65fb-47af-9a84-8e9d7dd393a8" resp=""/>
<!-- 35d) Abbildungen, wiederholbar -->
<facsimile corresp="#F5771067f-65fb-47af-9a84-8e9d7dd393a8"/>
<msIdentifier>
<!-- 12a) Aufbewahrung -->
<repository key=""></repository>
<!-- 4) TM-Nummer -->
<idno type="TM"></idno>
</msIdentifier>
<msContents>
<!-- 15) Inschriftengattung in @class -->
<msItem class="" type="">
<!-- 25) Sprache -->
<textLang mainLang="lat"/>
<!-- 12c) Überlieferung -->
<listBibl type="transmission">
<!--
<bibl>
<ptr target=""/>
<note/>
</bibl>
-->
</listBibl>
<!-- 35b) Bibliographie-->
<listBibl type="bibliography">
</listBibl>
<!-- 35a) Ältere Editionen -->
<listBibl type="previousEditions">
</listBibl>
<!-- 35c) Bilder-->
<listBibl type="images">
</listBibl>
<!-- 12d (verification) goes here -->
<note type="verification" subtype="not-seen">
<date when=""/>
</note>
</msItem>
</msContents>
<physDesc>
<objectDesc>
<supportDesc>
<support>
<dimensions>
<!-- 19) Inschriftträger: Breite -->
<width></width>
<!-- 38) Inschriftträger: Höhe -->
<height></height>
<!-- 20) Inschriftträger: Tiefe -->
<depth></depth>
</dimensions>
<!-- 14) Dekor -->
<rs type="decoration" ref=""/>
</support>
<!-- 13) Erhaltung -->
<condition>complete</condition>
</supportDesc>
<layoutDesc>
<layout>
<dimensions>
<!-- 21) Inschriftfeld: Höhe -->
<height></height>
<!-- 22) Inschriftfeld: Breite -->
<width></width>
</dimensions>
<!-- 34) Paläographie: kontrolliertes Vokabular -->
<rs type="palaeography" ref=""/>
<!-- 24) Metrik -->
<rs type="metric"/>
<!-- Beschreibung -->
<ab/>
</layout>
</layoutDesc>
</objectDesc>
<handDesc>
<handNote>
<dimensions type="letterHeight">
<!-- 23) Buchstabenhöhe -->
<height></height>
</dimensions>
<!-- 39) Ligatur -->
<rs type="ligature"/>
</handNote>
</handDesc>
</physDesc>
<history>
<origin>
<!-- in @corresp wird die GeoID angegeben, andere Ortsangaben sind redundant und werden
am Ende nur hinein kopiert - siehe Kommentare -->
<origPlace corresp="">
<!-- 5) Provinz / augusteische Region: kopiert aus Geodatenbank -->
<!-- 8) Fundort (antik): kopiert aus Geodatenbank -->
</origPlace>
</origin>
<!--
11) Fundjahr (Attribute auf <provenance>)
@when - Korrekte Datumsangabe, entweder nur Jahr oder xs:date YYYY-MM-DD
@notBefore - wie @when aber gemeint als "nach"
@notAfter - wie @when aber gemeint als "vor"
@when-custom - falls exakte Datierung unmöglich; schließt die anderen Attribute aus
-->
<provenance type="found" when="" when-custom="" notBefore="" notAfter="">
<!-- 10b) Fundkontext: nicht kopiert, freie Eingabe -->
<note type="context"></note>
</provenance>
<provenance type="history"></provenance>
</history>
</msPart>