att.mensur.log

Logical domain attributes.
Module
MEI.shared
Attributes
dot, modusmaior, modusminor, num, numbase, prolatio, sign, slash, tempus
dot(optional)Specifies whether a dot is to be added to the base symbol. Value conforms to data.BOOLEAN.
modusmaior(optional)Describes the maxima-long relationship. Value conforms to data.MODUSMAIOR.
modusminor(optional)Describes the long-breve relationship. Value conforms to data.MODUSMINOR.
num(optional)Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value of datatype positiveInteger.
numbase(optional)Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value of datatype positiveInteger.
prolatio(optional)Describes the semibreve-minim relationship. Value conforms to data.PROLATIO.
sign(optional)The base symbol in the mensuration sign/time signature of mensural notation. Value conforms to data.MENSURATIONSIGN.
slash(optional)Indicates the number of slashes present. Value conforms to data.SLASH.
tempus(optional)Describes the breve-semibreve relationship. Value conforms to data.TEMPUS.
dot(optional)Specifies whether a dot is to be added to the base symbol. Value conforms to data.BOOLEAN.
sign(optional)The base symbol in the mensuration sign/time signature of mensural notation. Value conforms to data.MENSURATIONSIGN.
(MEI.shared) Attributes that describe duration as a ratio.
num(optional)Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value of datatype positiveInteger.
numbase(optional)Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value of datatype positiveInteger.
(MEI.mensural) Shared attributes in the mensural repertoire.
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.
(MEI.shared) Attributes for recording the number of slashes that accompany a feature.
slash(optional)Indicates the number of slashes present. Value conforms to data.SLASH.
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.
Component declarations that are shared between two or more modules.
dot(optional)Specifies whether a dot is to be added to the base symbol. Value conforms to data.BOOLEAN.
num(optional)Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value of datatype positiveInteger.
numbase(optional)Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value of datatype positiveInteger.
sign(optional)The base symbol in the mensuration sign/time signature of mensural notation. Value conforms to data.MENSURATIONSIGN.
slash(optional)Indicates the number of slashes present. Value conforms to data.SLASH.
Available at
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.
Declaration
<classSpec ident="att.mensur.log" module="MEI.shared" type="atts">
<desc>Logical domain attributes.</desc>
<classes>
<memberOf key="att.duration.ratio"/>
<memberOf key="att.mensural.shared"/>
<memberOf key="att.slashCount"/>
</classes>
<attList org="group">
<attDef ident="dot" usage="opt">
<desc>Specifies whether a dot is to be added to the base symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="sign" usage="opt">
<desc>The base symbol in the mensuration sign/time signature of mensural notation.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MENSURATIONSIGN" />
</datatype>
</attDef>
</attList>
</classSpec>