att.slashCount

Attributes for recording the number of slashes that accompany a feature.
Module
MEI.shared
Attributes
slash
slash(optional)Indicates the number of slashes present. Value conforms to data.SLASH.
slash(optional)Indicates the number of slashes present. Value conforms to data.SLASH.
Component declarations that are shared between two or more modules.
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.slashCount" module="MEI.shared" type="atts">
<desc>Attributes for recording the number of slashes that accompany a feature.</desc>
<attList org="group">
<attDef ident="slash" usage="opt">
<desc>Indicates the number of slashes present.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.SLASH" />
</datatype>
</attDef>
</attList>
</classSpec>