<correction>

<correction> (Korrekturverfahren) gibt an, wie und unter welchen Bedingungen Korrekturen an dem Text vorgenommen wurden. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Modulheader — 2 The TEI Header
Attribute att.declarable (@default)
statusgibt Auskunft über das Ausmaß von Korrekturen, die an dem Text vorgenommen wurden.
Zustand Optional
Gültige Werte:
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. [Vorgabe]
methodBezeichnet die Methode, die angewandt wurde um Korrekturen im Text zu kennzeichnen.
Zustand Optional
Gültige Werte:
silent
corrections have been made silently [Vorgabe]
markup
corrections have been represented using markup
Verwendet von
Kann enthalten
core: p
linking: ab
Deklaration

<rng:element name="correction">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:optional>
 <rng:attribute name="statusa:defaultValue="unknown">
  <rng:choice>
   <rng:value>high</rng:value>
   <rng:value>medium</rng:value>
   <rng:value>low</rng:value>
   <rng:value>unknown</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="methoda:defaultValue="silent">
  <rng:choice>
   <rng:value>silent</rng:value>
   <rng:value>markup</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:oneOrMore>
 <rng:ref name="model.pLike"/>
</rng:oneOrMore>
</rng:element>
element correction
{
   att.global.attributes,
   att.declarable.attributes,
   attribute status { "high" | "medium" | "low" | "unknown" }?,
   attribute method { "silent" | "markup" }?,
   model.pLike+
}
Beispiel
<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>