This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
combo.xml
64 lines (62 loc) · 3.12 KB
/
combo.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
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Music Encoding Initiative Guidelines</title>
<respStmt>
<resp>Authored by</resp>
<name xml:id="AH">Andrew Hankinson</name>
<name xml:id="LP">Laurent Pugin</name>
<name xml:id="PR">Perry Roland</name>
</respStmt>
</titleStmt>
<publicationStmt>
<p/>
</publicationStmt>
<sourceDesc>
<p/>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<front>
<divGen type="toc"/>
</front>
<body>
<schemaSpec ident="mei" start="mei meihead meicorpus music" ns="http://www.music-encoding.org/ns/mei">
<moduleRef key="mei"/>
<moduleRef key="MEI.layout"/>
<moduleRef key="MEI.solesmes" />
<moduleRef key="MEI.shared"/>
<moduleRef key="MEI.header"/>
<moduleRef key="MEI.cmn"/>
<moduleRef key="MEI.mensural"/>
<!--<moduleRef key="MEI.neumes"/>-->
<moduleRef key="MEI.analysis"/>
<moduleRef key="MEI.cmnOrnaments"/>
<moduleRef key="MEI.corpus"/>
<moduleRef key="MEI.critapp"/>
<moduleRef key="MEI.edittrans"/>
<moduleRef key="MEI.facsimile"/>
<moduleRef key="MEI.figtable"/>
<moduleRef key="MEI.harmony"/>
<moduleRef key="MEI.linkalign"/>
<moduleRef key="MEI.lyrics"/>
<moduleRef key="MEI.midi"/>
<moduleRef key="MEI.namesdates"/>
<moduleRef key="MEI.performance"/>
<moduleRef key="MEI.ptrref"/>
<moduleRef key="MEI.tablature"/>
<moduleRef key="MEI.text"/>
<moduleRef key="MEI.usersymbols"/>
<xi:include href="solesmes/solesmes.xml" parse="xml" xpointer="xmlns(tei=http://www.tei-c.org/ns/1.0) xpointer(//tei:classSpec)" />
<xi:include href="solesmes/solesmes.xml" parse="xml" xpointer="xmlns(tei=http://www.tei-c.org/ns/1.0) xpointer(//tei:elementSpec)" />
<xi:include href="layout/layout.xml" parse="xml" xpointer="xmlns(tei=http://www.tei-c.org/ns/1.0) xpointer(//tei:macroSpec)" />
<xi:include href="layout/layout.xml" parse="xml" xpointer="xmlns(tei=http://www.tei-c.org/ns/1.0) xpointer(//tei:classSpec)" />
<xi:include href="layout/layout.xml" parse="xml" xpointer="xmlns(tei=http://www.tei-c.org/ns/1.0) xpointer(//tei:elementSpec)" />
<xi:include href="clef-milestone/clef-milestone.xml" xpointer="xmlns(tei=http://www.tei-c.org/ns/1.0) xpointer(//tei:elementSpec)" />
</schemaSpec>
</body>
</text>
</TEI>