This repository was archived by the owner on Jan 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchapter_template.xml
More file actions
71 lines (67 loc) · 3.29 KB
/
chapter_template.xml
File metadata and controls
71 lines (67 loc) · 3.29 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?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>Florentine Codex Project</title>
<principal><persName>Obed Lira</persName>, Principal Investigator <orgName>Bucknell University</orgName>
<address>
<addrLine>Lewisburg, Pennsylvania</addrLine>
</address>
</principal>
<respStmt>
<persName>Diane Jakacki</persName>
<orgName>Bucknell University</orgName>
<resp>Encoder</resp>
</respStmt>
<respStmt>
<persName>Quinn Smith</persName>
<orgName>Bucknell University</orgName>
<resp>Transcriber, encoder</resp>
</respStmt>
<respStmt>
<persName>Mauricio Valdes</persName>
<orgName>Bucknell University</orgName>
<resp>Transcriber, encoder</resp>
</respStmt>
</titleStmt>
<publicationStmt>
<p>This is a digital edition of Bernardino de Sahagun's Historia general de las cosas de nueva Espana,
including original Spanish and Nahuatl texts, images, annotations, glosses, and editorial apparatus.</p>
</publicationStmt>
<sourceDesc>
<msDesc>
<msIdentifier>
<repository>Biblioteca Medicea Laurenziana</repository>
<msName facs="http://teca.bmlonline.it" source="TECA0001504065" n="824"/>
<msName facs="http://teca.bmlonline.it" source="TECA0001504065" n="825"/>
<msName facs="http://teca.bmlonline.it" source="TECA0001504065" n="826"/>
<msName facs="http://teca.bmlonline.it" source="TECA0001504065" n="827"/>
<msName facs="http://teca.bmlonline.it" source="TECA0001504065" n="828"/>
<msName facs="http://teca.bmlonline.it" source="TECA0001504065" n="829"/>
<msName facs="http://teca.bmlonline.it" source="TECA0001504065" n="830"/>
</msIdentifier>
</msDesc>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<div1 type="chapter" n="1" xml:id="b12c02">
<!-- div1 refers to the highest level within a chapter; the xml:id is pointed from the table of contents -->
<pb type="folio" n="1"/>
<div2 type="para" n="1" xml:lang="es">
<p></p>
<!-- If there is a figure it should follow this format <figure xml:id="b12c01sp_image1"/>-->
<!-- the id scheme for images: Book#Chapter#language_# so that "b12c01sp_image1" is Book 12, Chapter 01, Spanish, Image 1; es=Spanish, na=Nahuatl -->
</div2>
<div2 type="para" n="1" xml:lang="na">
<p></p>
</div2>
</div1>
</body>
</text>
</TEI>