att.regularMethod

Attributes that describe correction and normalization methods.
Module
Attributes
method
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.)
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.)
Metadata header component declarations.
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.)
Available at
correctionStates how and under what circumstances corrections have been made in the text.
normalizationIndicates the extent of normalization or regularization of the original source carried out in converting it to electronic form.
Metadata header component declarations.
correctionStates how and under what circumstances corrections have been made in the text.
normalizationIndicates the extent of normalization or regularization of the original source carried out in converting it to electronic form.
Declaration
<classSpec ident="att.regularMethod" module="MEI.header" type="atts">
<desc xml:lang="en">Attributes that describe correction and normalization methods.</desc>
<attList>
<attDef ident="method" usage="opt">
<desc xml:lang="en">Indicates the method employed to mark corrections and normalizations.</desc>
<valList type="closed">
<valItem ident="silent">
<desc xml:lang="en">Corrections and normalizations made silently.</desc>
</valItem>
<valItem ident="tags">
<desc xml:lang="en">Corrections and normalizations indicated using elements.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>