<surplus>

<surplus> (surplus) marks text present in the source which the editor believes to be superfluous or redundant. [11.3.3.1. Damage, Illegibility, and Supplied Text]
Moduletranscr
Attributes
reasonone or more words indicating why this text is believed to be superfluous, e.g. repeated, interpolated etc.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
Member of
Contained by
May contain
Example
I am dr Sr yrs
<surplus reason="repeated">yrs</surplus>
Sydney Smith
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
element surplus
{
   tei_att.global.attributes,
   tei_att.editLike.attributes,
   tei_att.dimensions.attributes,
   attribute reason { list { teidata.word+ } }?,
   tei_macro.paraContent
}