att.regularmethod

Attributes that describe correction and normalization methods.
Module MEI.header
Members
correction, normalization (direct members of att.regularmethod)
Attributes
@method(optional)Indicates the method employed to mark corrections and normalizations. Allowed values are: "silent" (Corrections and normalizations made silently.), "tags" (Corrections and normalizations indicated using elements.)att.regularmethod
Declaration
<attDef ident="method" usage="opt">
<desc>Indicates the method employed to mark corrections and normalizations.</desc>
<valList type="closed">
<valItem ident="silent">
<desc>Corrections and normalizations made silently.</desc>
</valItem>
<valItem ident="tags">
<desc>Corrections and normalizations indicated using elements.</desc>
</valItem>
</valList>
</attDef>