(MEI corpus) – 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. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
label | xs:string | optional |
|
||||
meiversion | restriction of xs:token | 3.0.0 | optional |
|
|||
n | optional |
|
|||||
xml:base | mei:mei_data.URI | optional |
|
||||
xml:id | xs:ID | optional |
|
<xs:element name="meiCorpus"> <xs:annotation> <xs:documentation>(MEI corpus) – 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.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="mei:meiHead"/> <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:mei"/> </xs:sequence> <xs:attributeGroup ref="mei:mei_att.common.attributes"/> <xs:attributeGroup ref="mei:mei_att.meiversion.attributes"/> </xs:complexType> </xs:element> |