mei: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.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
meiversion restriction of xs:token 3.0.0 optional
Specifies a generic MEI version label.
xml:id xs:ID optional
Regularizes the naming of an element and thus facilitates building links
between it and other resources. Each id attribute within a document must have a unique
value.

Used By

Element mei:meiCorpus

Source

<xs:element name="mei">
  <xs:annotation>
    <xs:documentation>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.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="mei:meiHead"/>
      <xs:element ref="mei:music"/>
    </xs:sequence>
    <xs:attributeGroup ref="mei:mei_att.meiversion.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.id.attributes"/>
  </xs:complexType>
</xs:element>

Sample