-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteitalks.nvdl
More file actions
65 lines (65 loc) · 2.02 KB
/
teitalks.nvdl
File metadata and controls
65 lines (65 loc) · 2.02 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
<?xml version="1.0" encoding="utf-8"?>
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0" startMode="tei">
<mode name="nested">
<!-- foreign namespaces used in TEI -->
<namespace ns="http://www.ascc.net/xml/schematron">
<validate schema="schematron.rng"/>
<attach useMode="allow"/>
</namespace>
<namespace ns="http://purl.oclc.org/dsdl/schematron">
<validate schema="iso-schematron.rng"/>
<attach useMode="allow"/>
</namespace>
<namespace ns="http://relaxng.org/ns/structure/1.0">
<validate schema="relax.rng"/>
<attach useMode="allow"/>
</namespace>
<namespace ns="http://relaxng.org/ns/compatibility/annotations/1.0">
<allow/>
</namespace>
<!-- TEI examples -->
<namespace ns="http://www.tei-c.org/ns/Examples">
<validate schema="examples.rng" useMode="nested">
<option name="http://www.thaiopensource.com/validate/feasible"/>
</validate>
<attach useMode="allow"/>
</namespace>
<!-- allow XInclude without checking -->
<namespace ns="http://www.w3.org/2001/XInclude">
<allow/>
</namespace>
<!-- just used in examples, allow anything -->
<namespace ns="http://www.w3.org/1999/xhtml">
<allow/>
</namespace>
<namespace ns="http://www.w3.org/2001/SMIL20/Language">
<allow/>
</namespace>
<namespace ns="http://www.opengis.net/gml">
<allow/>
</namespace>
<namespace ns="http://www.example.org/ns/nonTEI">
<allow/>
</namespace>
<namespace ns="">
<allow/>
</namespace>
<namespace ns="http://www.w3.org/1999/XSL/Transform">
<allow/>
</namespace>
<namespace ns="http://www.gram.org">
<allow/>
</namespace>
</mode>
<mode name="tei">
<namespace ns="http://www.tei-c.org/ns/1.0">
<validate schema="teitalks.isosch" useMode="nested"/>
<validate schema="teitalks.rng" useMode="nested"/>
</namespace>
</mode>
<mode name="allow">
<anyNamespace>
<attach/>
</anyNamespace>
</mode>
</rules>