Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
music-encoding/customizations/mei-Neumes.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
133 lines (122 sloc)
5.57 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| © 2018 by the Music Encoding Initiative (MEI). | |
| 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 http://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: info@music-encoding.org | |
| --> | |
| <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_odds.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> | |
| <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_odds.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> | |
| <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> | |
| <p/> | |
| </publicationStmt> | |
| <sourceDesc> | |
| <p/> | |
| </sourceDesc> | |
| </fileDesc> | |
| </teiHeader> | |
| <text> | |
| <front> | |
| <divGen type="toc"/> | |
| </front> | |
| <body> | |
| <!-- Limit the set of possible start elements --> | |
| <schemaSpec ident="mei" 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="isoschematron" mode="add"> | |
| <constraint> | |
| <sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="mei" | |
| uri="http://www.music-encoding.org/ns/mei"/> | |
| <sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron" 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> | |
| <!-- Remove dur attributes --> | |
| <classSpec ident="att.duration.musical" 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"/> | |
| <!-- Disable CMN-specific model classes in the shared module --> | |
| <classSpec ident="model.sectionPart.cmn" module="MEI.shared" type="model" mode="delete"/> | |
| <classSpec ident="model.layerPart.cmn" module="MEI.shared" type="model" 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> |