att.regularMethod

Attributes that describe correction and normalization methods.
Module
MEI.header
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.
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>Attributes that describe correction and normalization methods.</desc>
<attList org="group">
<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>
</attList>
</classSpec>