-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaxonomy.xml
56 lines (56 loc) · 1.82 KB
/
taxonomy.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
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Example taxonomy for TEI Publisher demo files</title>
</titleStmt>
<publicationStmt>
<p/>
</publicationStmt>
<sourceDesc>
<p/>
</sourceDesc>
</fileDesc>
<encodingDesc>
<classDecl>
<taxonomy xml:id="pb-taxonomy">
<category xml:id="genre">
<catDesc>Genre of a text</catDesc>
<category xml:id="prose">
<catDesc>Prose</catDesc>
<category xml:id="philosophy">
<catDesc>Philosophy</catDesc>
</category>
<category xml:id="mathematics">
<catDesc>Mathematics</catDesc>
</category>
<category xml:id="religion">
<catDesc>Religion</catDesc>
</category>
</category>
<category xml:id="correspondence">
<catDesc>Letters and Correspondence</catDesc>
</category>
<category xml:id="drama">
<catDesc>Drama</catDesc>
</category>
</category>
<category xml:id="form">
<catDesc>Form</catDesc>
<category xml:id="manuscript">
<catDesc>Manuscript</catDesc>
</category>
<category xml:id="print">
<catDesc>Print</catDesc>
</category>
</category>
</taxonomy>
</classDecl>
</encodingDesc>
</teiHeader>
<text>
<body>
<p/>
</body>
</text>
</TEI>