att.meiVersion

Attributes that record the version of MEI in use.
Module
Attributes
@meiversion
@meiversion(recommended)Specifies a generic MEI version label. Allowed values are: "6.0-dev" (Version of MEI), "6.0-dev+cmn" (Version of MEI CMN customization)
@meiversion(recommended)Specifies a generic MEI version label. Allowed values are: "6.0-dev" (Version of MEI), "6.0-dev+cmn" (Version of MEI CMN customization)
@meiversion(recommended)Specifies a generic MEI version label. Allowed values are: "6.0-dev" (Version of MEI), "6.0-dev+cmn" (Version of MEI CMN customization)
Available at
<mei>Contains a single MEI-conformant document, consisting of an MEI header and a musical text, either in isolation or as part of an meiCorpus element.
<meiCorpus>A group of related MEI documents, consisting of a header for the group, and one or more <mei> elements, each with its own complete header.
<meiHead>Supplies the descriptive and declarative metadata prefixed to every MEI-conformant text.
<music>Contains a single musical text of any kind, whether unitary or composite, for example, an etude, opera, song cycle, symphony, or anthology of piano solos.
<meiCorpus>A group of related MEI documents, consisting of a header for the group, and one or more <mei> elements, each with its own complete header.
<meiHead>Supplies the descriptive and declarative metadata prefixed to every MEI-conformant text.
<mei>Contains a single MEI-conformant document, consisting of an MEI header and a musical text, either in isolation or as part of an meiCorpus element.
<music>Contains a single musical text of any kind, whether unitary or composite, for example, an etude, opera, song cycle, symphony, or anthology of piano solos.
Constraints

Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="att.meiVersion" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record the version of MEI in use.</desc>
<classes/>
<constraintSpec ident="meiVersion.onlyRoot" scheme="schematron">
<desc>Prohibit meiversion attribute on non root elements.</desc>
<constraint>
<sch:rule context="/mei:*//*">
<sch:report test="@meiversion">The @meiversion attribute is not allowed on elements that are not the document root element.</sch:report>
</sch:rule>
</constraint>
</constraintSpec>
<attList>
<attDef ident="meiversion" usage="rec">
<desc xml:lang="en">Specifies a generic MEI version label.</desc>
<valList type="closed">
<valItem ident="6.0-dev">
<desc xml:lang="en">Version of MEI</desc>
</valItem>
<valItem ident="6.0-dev+cmn">
<desc>Version of MEI CMN customization</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>