<correction>

<correction> (principios de corrección) describe cómo y en qué casos se han hecho correcciones en el texto. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Móduloheader — 2 The TEI Header
Atributos att.declarable (@default)
statusindica el grado de corrección aplicado al texto
Estado Opcional
Los valores admitidos son:
high
the text has been thoroughly checked and proofread.
medium
the text has been checked at least once.
low
the text has not been checked.
unknown
the correction status of the text is unknown. [Por defecto]
methodindica el método seguido para indicar las correcciones al interno del texto.
Estado Opcional
Los valores admitidos son:
silent
corrections have been made silently [Por defecto]
markup
corrections have been represented using markup
Used by model.editorialDeclPart
May contain
core: p
linking: ab
Declaración
element correction
{
   att.global.attributes,
   att.declarable.attributes,
   attribute status { "high" | "medium" | "low" | "unknown" }?,
   attribute method { "silent" | "markup" }?,
   model.pLike+
}
Ejemplo
<correction>
 <p>Errors in transcription controlled by using the
   WordPerfect spelling checker, with a user defined dictionary of 500
   extra words taken from Chambers Twentieth Century Dictionary.</p>
</correction>
Nota
May be used to note the results of proof reading the text against its original, indicating (for example) whether discrepancies have been silently rectified, or recorded using the editorial tags described in section 3.4 Simple Editorial Changes.