-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.xml
96 lines (96 loc) · 3.33 KB
/
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
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
<?xml-model href="https://raw.githubusercontent.com/bodleian/CEI2TEI/master/tei_cei.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title><!-- shelfmark goes here --></title>
<respStmt>
<resp>Cataloguer</resp>
<persName><!-- your name here --></persName>
</respStmt>
</titleStmt>
<publicationStmt>
<publisher>Special Collections, Bodleian Libraries</publisher>
</publicationStmt>
<sourceDesc>
<msDesc xml:lang="en">
<msIdentifier>
<country>United Kingdom</country>
<region type="county">Oxfordshire</region>
<settlement>Oxford</settlement>
<repository>Lincoln College</repository>
<idno type="shelfmark"></idno>
</msIdentifier>
<msContents>
<msItem>
<p><!-- abstract here --></p>
</msItem>
</msContents>
<physDesc>
<objectDesc>
<supportDesc>
<support><!-- material --></support>
<extent>
<dimensions unit="mm">
<height></height>
<width></width>
</dimensions>
</extent>
</supportDesc>
<layoutDesc>
<layout></layout>
</layoutDesc>
</objectDesc>
<handDesc>
<handNote></handNote>
</handDesc>
<additions>
<p><!-- use for endorsements --></p>
</additions>
<authDesc>
<seal ><p> <!-- use for shape, attachment. --></p>
<material></material>
<dimensions></dimensions>
<decoNote></decoNote>
<legend></legend>
</seal>
</authDesc>
</physDesc>
<diploDesc>
<copyStatus></copyStatus>
<p></p>
</diploDesc>
<history>
<origin>
<origPlace></origPlace>
<origDate></origDate>
</origin>
<provenance></provenance>
<acquisition></acquisition>
</history>
<additional>
<adminInfo>
<recordHist>
<source>
<p></p>
</source>
</recordHist>
</adminInfo>
</additional>
</msDesc>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<div type="transcription"><!-- text goes here -->
<p></p>
<diploPart></diploPart>
</div>
<div type="translation">
<p></p>
<diploPart></diploPart>
</div>
</body>
</text>
</TEI>