-
Notifications
You must be signed in to change notification settings - Fork 0
/
msDesc-template.xml
46 lines (42 loc) · 1.51 KB
/
msDesc-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
<?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>MS. Lat. misc. e. 111</title>
<respStmt>
<resp>TEI Encoding</resp>
<name>[Your Name Here]</name>
</respStmt>
</titleStmt>
<publicationStmt>
<publisher>TEI Workshop</publisher>
<address>
<orgName>IT Services, University of Oxford</orgName>
<street>13 Banbury Road</street>
<settlement>Oxford</settlement>
<postCode>OX2 6NN</postCode>
<country>United Kingdom</country>
</address>
<date when="2016-07-05">5 July 2016</date>
<distributor>IT Services, University of Oxford</distributor>
<authority>[Your Name Here]</authority>
<availability>
<licence target="https://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution 3.0 Unported</licence>
</availability>
<idno>TEI-msDesc-001</idno>
</publicationStmt>
<sourceDesc>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<p/>
</body>
</text>
</TEI>