-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathtestfand2.odd
40 lines (37 loc) · 993 Bytes
/
testfand2.odd
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
<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:lang="en" xmlns="http://www.tei-c.org/ns/1.0"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
n="testfand2">
<teiHeader>
<fileDesc>
<titleStmt>
<title>TEI with FAND setup</title>
<author>Sebastian Rahtz</author>
</titleStmt>
<publicationStmt>
<p> </p>
</publicationStmt>
<sourceDesc>
<p>authored from scratch</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<divGen type="toc"/>
<div>
<head>My anti-FAND Schema</head>
<p>These schema deletes unnumbered divs.</p>
<p>Here is the schema:</p>
<schemaSpec ident="testfand2" start="TEI">
<moduleRef key="tei"/>
<moduleRef key="core"/>
<moduleRef key="header"/>
<moduleRef key="textstructure"/>
<moduleRef key="msdescription"/>
<elementSpec ident="div" module="textstructure" mode="delete"/>
</schemaSpec>
</div>
</body>
</text>
</TEI>