att.accidental.performed

Attributes for capturing momentary pitch inflection in the gestural domain.
Module MEI.shared
Members
chordMember (direct member of att.accidental.performed)
Attributes
@accid.ges(optional)Records the performed pitch inflection. Value conforms to data.ACCIDENTAL.IMPLICIT. att.accidental.performed
Declaration
<attDef ident="accid.ges" usage="opt">
<desc>Records the performed pitch inflection.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ACCIDENTAL.IMPLICIT" />
</datatype>
<constraintSpec ident="check_accid_duplication" scheme="isoschematron">
<constraint>
<sch:rule context="@accid.ges">
<sch:assert role="warning" test="not(. eq ../@accid)">The value of @accid.ges should not duplicate the value of @accid.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
</attDef>
Constraint
The value of @accid.ges should not duplicate the value of @accid.
<sch:rule context="@accid.ges">
<sch:assert role="warning" test="not(. eq ../@accid)">The value of @accid.ges should not duplicate the value of @accid.</sch:assert>
</sch:rule>