<add>

<add> (addition) contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector. [3.5.3. Additions, Deletions, and Omissions]
Modulecore
Attributes
place
Status Optional
Legal values are:
above
content added above the line
below
content added below the line
bottom
content added at bottom of page or monument
inline
content added at the same level of the text, e.g. between existing characters
interlinear
content added between two lines of text
left
content added to left of main text
margin
content added in margin of document, i.e. outside of delineated text area
mixed
content added in more that one location, encoded as a single addition
opposite
content added on facing page/surface
overleaf
content added over the page or on reverse of leaf or surface
overstrike
content added directly over existing text, e.g. as erasure or correction
right
content added to right of main text
top
content added at top of page or monument
unspecified
location of addition not specified or not known
Member of
Contained by
May contain
Note

In a diplomatic edition attempting to represent an original source, the add element should not be used for additions to the current TEI electronic edition made by editors or encoders. In these cases, either the corr or supplied element are recommended.

In a TEI edition of a historical text with previous editorial emendations in which such additions or reconstructions are considered part of the source text, the use of add may be appropriate, dependent on the editorial philosophy of the project.

Example
The story I am
going to relate is true as to its main facts, and as to the
consequences <add place="above">of these facts</add> from which
this tale takes its title.
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
element add
{
   tei_att.global.attributes,
   tei_att.transcriptional.attributes,
   tei_att.typed.attributes,
   tei_att.dimensions.attributes,
   attribute place
   {
      "above"
    | "below"
    | "bottom"
    | "inline"
    | "interlinear"
    | "left"
    | "margin"
    | "mixed"
    | "opposite"
    | "overleaf"
    | "overstrike"
    | "right"
    | "top"
    | "unspecified"
   }?,
   tei_macro.paraContent
}