<supplied>

<supplied> (supplied) signifies text supplied by the transcriber or editor for any reason; for example because the original cannot be read due to physical damage, or because of an obvious omission by the author or scribe. [11.3.3.1. Damage, Illegibility, and Supplied Text]
Moduletranscr
Attributes
evidence
Status Optional
Datatype teidata.word
Suggested values include:
parallel
Characters supplied from a parallel version of this text, absent from this one
previouseditor
Characters visible to a previous editor, now lost/unclear due to damage
reason
Status Required
Legal values are:
lost
Restoration of text completely lost from the surface
omitted
Supplement of text erroneously omitted from the surface by the scribe/cutter
subaudible
Editorial supplement of words subaudible to the native reader
explanation
Editorial explanation of oblique text in original
undefined
Text restored (e.g. from earlier witness or alternate copy) without specification of current state of this text
Member of
Contained by
May contain
Note

The damage, gap, del, unclear and supplied elements may be closely allied in use. See section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination for discussion of which element is appropriate for which circumstance.

Example
I am dr Sr yr
<supplied reason="illegible"
 source="#amanuensis_copy">
very humble Servt</supplied>
Sydney Smith
Example
<supplied reason="omitted-in-original">Dedication</supplied> to the duke of Bejar
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
element supplied
{
   tei_att.global.attributes,
   tei_att.editLike.attribute.instant,
   tei_att.dimensions.attributes,
   attribute evidence { "parallel" | "previouseditor" | teidata.word }?,
   attribute reason
   {
      "lost" | "omitted" | "subaudible" | "explanation" | "undefined"
   },
   tei_macro.paraContent
}