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. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
meiversion | restriction of xs:token | 3.0.0 | optional |
|
|||
xml:id | xs:ID | optional |
|
Element | mei:meiCorpus |
<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> |