<secl>

<secl> (secluded text) Secluded. Marks text present in the source which the editor believes to be genuine but out of its original place (which is unknown). [11.3.1.7. Text Omitted from or Supplied in the Transcription]
Moduletranscr
Attributes
reasonone or more words indicating why this text has been secluded, e.g. interpolated etc.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
Member of
Contained by
May contain
Example
<rdg source="#Pescani">
 <secl>
  <l n="15xml:id="l15">Alphesiboea suos ulta est pro coniuge fratres,</l>
  <l n="16xml:id="l16">sanguinis et cari vincula rupit amor.</l>
 </secl>
</rdg>
<note>secl. Pescani</note>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
element secl
{
   tei_att.global.attributes,
   tei_att.editLike.attributes,
   tei_att.dimensions.attributes,
   attribute reason { list { teidata.word+ } }?,
   tei_macro.paraContent
}