att.augmentdots

Attributes that record the number of dots of augmentation.
Module MEI.shared
Members
Attributes
@dots(optional)Records the number of augmentation dots required by a dotted duration. Value conforms to data.AUGMENTDOT. att.augmentdots
Declaration
<attDef ident="dots" usage="opt">
<desc>Records the number of augmentation dots required by a dotted duration.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.AUGMENTDOT" />
</datatype>
<constraintSpec ident="dots_attribute_requires_dur" scheme="isoschematron">
<constraint>
<sch:rule context="mei:*[@dots]">
<sch:assert test="@dur">An element with a dots attribute must also have a dur attribute.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
</attDef>
Constraint
An element with a dots attribute must also have a dur attribute.
<sch:rule context="mei:*[@dots]">
<sch:assert test="@dur">An element with a dots attribute must also have a dur attribute.</sch:assert>
</sch:rule>