-
Notifications
You must be signed in to change notification settings - Fork 0
/
concepts.xml
37 lines (37 loc) · 1.29 KB
/
concepts.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
<?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>Title</title>
</titleStmt>
<publicationStmt>
<p>Publication Information</p>
</publicationStmt>
<sourceDesc>
<p>Information about the source</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<list>
<item xml:id="conceptA">
<label>Concept A</label>
<linkGrp>
<ptr target="//*[@id='paragraphe-10']/text()" offset="42" length="385" type="x-pointer"/>
</linkGrp>
<ref corresp="#conceptA1"/>
<list>
<item xml:id="conceptA1">
<label>Concept A1</label>
</item>
</list>
</item>
</list>
</body>
</text>
</TEI>