forked from music-encoding/music-encoding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mei-Neumes.xml
145 lines (133 loc) · 6.15 KB
/
mei-Neumes.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="UTF-8"?>
<!--
NOTICE: Copyright (c) by the Music Encoding Initiative (MEI) Board (formerly known as "MEI Council").
Licensed under the Educational Community License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain a copy of the License
at https://opensource.org/licenses/ECL-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
This is a derivative work based on earlier versions of the schema © 2001-2006 Perry Roland
and the Rector and Visitors of the University of Virginia; licensed under the Educational
Community License version 1.0.
CONTACT: [email protected]
-->
<?xml-model href="../source/validation/mei_odds.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<?xml-model href="../source/validation/mei_odds.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="../source/validation/mei-customizations.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Music Encoding Initiative Guidelines: <title type="sub">Neumes
Customization</title></title>
<respStmt>
<resp>Authored by</resp>
<name xml:id="PR">Perry Roland</name>
</respStmt>
</titleStmt>
<publicationStmt>
<publisher>Music Encoding Initiative (MEI) Board</publisher>
<availability>
<licence target="https://opensource.org/license/ECL-2.0/">Licensed under the Educational Community License version 2.0</licence>
</availability>
</publicationStmt>
<sourceDesc>
<p/>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<front>
<divGen type="toc"/>
</front>
<body>
<!-- Limit the set of possible start elements -->
<schemaSpec ident="mei-Neumes" ns="http://www.music-encoding.org/ns/mei" prefix="mei_"
start="mei meiHead meiCorpus music">
<!-- Declare MEI and XLink namespaces for use in Schematron -->
<constraintSpec ident="set_ns" scheme="schematron" mode="add">
<constraint>
<sch:ns prefix="mei" uri="http://www.music-encoding.org/ns/mei"/>
<sch:ns prefix="xlink" uri="http://www.w3.org/1999/xlink"/>
</constraint>
</constraintSpec>
<!-- Include all modules -->
<!-- Deactivate the CMN, cmnOrnaments, fingering, mensural, and stringtab modules -->
<moduleRef key="MEI"/>
<moduleRef key="MEI.analytical"/>
<!--<moduleRef key="MEI.cmn"/>-->
<!--<moduleRef key="MEI.cmnOrnaments"/>-->
<moduleRef key="MEI.corpus"/>
<moduleRef key="MEI.critapp"/>
<moduleRef key="MEI.drama"/>
<moduleRef key="MEI.edittrans"/>
<moduleRef key="MEI.externalsymbols"/>
<moduleRef key="MEI.facsimile"/>
<moduleRef key="MEI.figtable"/>
<!--<moduleRef key="MEI.fingering"/>-->
<moduleRef key="MEI.frbr"/>
<moduleRef key="MEI.genetic"/>
<moduleRef key="MEI.gestural"/>
<moduleRef key="MEI.harmony"/>
<moduleRef key="MEI.header"/>
<moduleRef key="MEI.lyrics"/>
<!--<moduleRef key="MEI.mensural"/>-->
<moduleRef key="MEI.midi"/>
<moduleRef key="MEI.msDesc"/>
<moduleRef key="MEI.namesdates"/>
<moduleRef key="MEI.neumes"/>
<moduleRef key="MEI.performance"/>
<moduleRef key="MEI.ptrref"/>
<moduleRef key="MEI.shared"/>
<!--<moduleRef key="MEI.stringtab"/>-->
<moduleRef key="MEI.text"/>
<moduleRef key="MEI.usersymbols"/>
<moduleRef key="MEI.visual"/>
<!-- Include SVG -->
<moduleRef url="../source/svg11.rng"
prefix="svg_">
<content>
<rng:define name="mei_model.graphicLike" combine="choice">
<rng:ref name="svg_svg"/>
</rng:define>
</content>
</moduleRef>
<classSpec ident="att.meiVersion" module="MEI.shared" type="atts" mode="change">
<attList>
<attDef ident="meiversion" usage="rec" mode="change">
<defaultVal>5.1-dev+Neumes</defaultVal>
<valList type="closed" mode="change">
<valItem ident="5.1-dev+anyStart" mode="delete"/>
<valItem ident="5.1-dev+basic" mode="delete"/>
<valItem ident="5.1-dev+CMN" mode="delete"/>
<valItem ident="5.1-dev+Mensural" mode="delete"/>
</valList>
</attDef>
</attList>
</classSpec>
<!-- Remove dur attributes -->
<classSpec ident="att.duration.log" module="MEI.shared" type="atts" mode="delete"/>
<classSpec ident="att.duration.additive" module="MEI.shared" type="atts" mode="delete"/>
<classSpec ident="att.augmentDots" module="MEI.shared" type="atts" mode="delete"/>
<!-- Disallow events within layer -->
<!-- <classSpec ident="model.eventLike" module="MEI.shared" type="model" mode="replace">
<desc>groups event elements that occur in all notational repertoires.</desc>
<classes>
<memberOf key="model.syllablePart"/>
<memberOf key="model.rdgPart.critapp"/>
</classes>
</classSpec> -->
<!-- Disallow neume events within layer; only permitted in mei-all customization -->
<classSpec ident="model.eventLike.neumes" module="MEI.neumes" type="model" mode="replace">
<desc>groups event elements that occur in the neume repertoire.</desc>
<classes>
<memberOf key="model.syllablePart"/>
<memberOf key="model.rdgPart.music"/>
</classes>
</classSpec>
</schemaSpec>
</body>
</text>
</TEI>