<correction>

<correction> (更正原則) 說明文本中的更正是在什麼情況下、如何產生的。 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
組件header — 2 The TEI Header
屬性 att.declarable (@default)
status指出文本更正的程度。
狀態 非必備的
合法的值是:
high
該文本以被徹底檢查校對過。
medium
該文本被檢查過至少一次。
low
該文本從未被檢查過。
unknown
更正狀態不明 [預設值]
method說明標示更正所採取的方法。
狀態 非必備的
合法的值是:
silent
直接在文本中更正 [預設值]
markup
corrections have been represented using markup
屬於 model.editorialDeclPart
可包含
core: p
linking: ab
宣告
element correction
{
   att.global.attributes,
   att.declarable.attributes,
   attribute status { "high" | "medium" | "low" | "unknown" }?,
   attribute method { "silent" | "markup" }?,
   model.pLike+
}
例子
<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>
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.