att.mensural.shared

Shared attributes in the mensural repertoire.
Module
MEI.mensural
Attributes
modusmaior, modusminor, prolatio, tempus
modusmaior(optional)Describes the maxima-long relationship. Value conforms to data.MODUSMAIOR.
modusminor(optional)Describes the long-breve relationship. Value conforms to data.MODUSMINOR.
prolatio(optional)Describes the semibreve-minim relationship. Value conforms to data.PROLATIO.
tempus(optional)Describes the breve-semibreve relationship. Value conforms to data.TEMPUS.
modusmaior(optional)Describes the maxima-long relationship. Value conforms to data.MODUSMAIOR.
modusminor(optional)Describes the long-breve relationship. Value conforms to data.MODUSMINOR.
prolatio(optional)Describes the semibreve-minim relationship. Value conforms to data.PROLATIO.
tempus(optional)Describes the breve-semibreve relationship. Value conforms to data.TEMPUS.
Mensural repertoire component declarations.
modusmaior(optional)Describes the maxima-long relationship. Value conforms to data.MODUSMAIOR.
modusminor(optional)Describes the long-breve relationship. Value conforms to data.MODUSMINOR.
prolatio(optional)Describes the semibreve-minim relationship. Value conforms to data.PROLATIO.
tempus(optional)Describes the breve-semibreve relationship. Value conforms to data.TEMPUS.
Available at
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
mensur(mensuration) – Collects information about the metrical relationship between a note value and the next smaller value; that is, either triple or duple.
mensurationCaptures information about mensuration within bibliographic descriptions.
mensurationCaptures information about mensuration within bibliographic descriptions.
mensur(mensuration) – Collects information about the metrical relationship between a note value and the next smaller value; that is, either triple or duple.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.mensural.shared" module="MEI.mensural" type="atts">
<desc>Shared attributes in the mensural repertoire.</desc>
<attList org="group">
<attDef ident="modusmaior" usage="opt">
<desc>Describes the maxima-long relationship.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MODUSMAIOR" />
</datatype>
</attDef>
<attDef ident="modusminor" usage="opt">
<desc>Describes the long-breve relationship.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MODUSMINOR" />
</datatype>
</attDef>
<attDef ident="prolatio" usage="opt">
<desc>Describes the semibreve-minim relationship.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PROLATIO" />
</datatype>
</attDef>
<attDef ident="tempus" usage="opt">
<desc>Describes the breve-semibreve relationship.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.TEMPUS" />
</datatype>
</attDef>
</attList>
</classSpec>