att.mensural.shared

Shared attributes in the mensural repertoire.
Module MEI.mensural
Members
att.mensural.log (no elements directly inheriting from this class)
att.scoreDef.log.mensural (no elements directly inheriting from this class)
att.staffDef.log.mensural (no elements directly inheriting from this class)
Attributes
@modusmaior(optional)Describes the maxima-long relationship. Value conforms to data.MODUSMAIOR. att.mensural.shared
@modusminor(optional)Describes the long-breve relationship. Value conforms to data.MODUSMINOR. att.mensural.shared
@prolatio(optional)Describes the semibreve-minim relationship. Value conforms to data.PROLATIO. att.mensural.shared
@tempus(optional)Describes the breve-semibreve relationship. Value conforms to data.TEMPUS. att.mensural.shared
Declaration
<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>