<ellipsis>

<ellipsis> (deliberately marked omission) indicates a purposeful marking in the source document signalling that content has been omitted, and may also supply or describe the omitted content. [3.5.3 Additions, Deletions, and Omissions]
Module core — Elements Available in All TEI Documents
Attributs
Membre du
Contenu dans
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
Peut contenir
core: desc
Note

Unlike gap, which indicates content that the encoder cannot or chooses not to represent, ellipsis indicates a passage explicitly signalled in the source document as absent. The ellipsis element is not appropriate for every use of ellipsis points, such as when they indicate that a speaker is pausing.

Exemple
<lg>
 <l>What projects men make—what queer turns they take,</l>
 <l>Since <emph>steam</emph> has improved our condition;</l>
 <l>They never are still, but must cure or must kill</l>
 <l>With steam physic or steam ammunition.</l>
 <l>But a short time ago, to a quack you would go,</l>
 <l>To steam a fat man to a thinner;</l>
 <l>Now changed from all that, if you wish to get <emph>fat</emph>,</l>
 <l>Come to Barton’s and eat a <emph>steam dinner!</emph>
 </l>
 <l>Oh dear! think of a scheme, odd though it seem—</l>
 <l>I’m sure ’twill succeed if you make it by steam.</l>
</lg>
<lg>
 <l>You may sleep, you may dream, you may travel by steam,</l>
 <l>For the outcry is still to go faster;</l>
 <l>And what does it reck, should you e’en break your neck,</l>
 <l>If ’tis <emph>steam</emph> that brings on the disaster?</l>
 <ellipsis resp="#ChambersEdnbrghJrnl1880">
  <metamark function="multilineEllipsis"> * * * * </metamark>
  <desc resp="#teiProjectEditor2021">The printer omits four lines here,
     skipping the second half of the second octave, before the refrain.</desc>
 </ellipsis>
 <l>Oh dear! think of a scheme, odd though it seem—</l>
 <l>I’m sure ’twill succeed if you make it by steam.</l>
</lg>
Exemple
<lg>
 <l>You think you’ve lost your love </l>
 <l>Well, I saw her yesterday </l>
 <l>It’s you she's thinking of </l>
 <l>And she told me what to say</l>
</lg>
<lg xml:id="chorus">
 <label>[Refrain]</label>
 <l>She says she loves you </l>
 <l>And you know that can’t be bad </l>
 <l>Yes, she loves you </l>
 <l>And you know you should be glad</l>
</lg>
<lg>
 <l>She said you hurt her so </l>
 <l>She almost lost her mind </l>
 <l>But now she said she knows </l>
 <l>You’re not the hurting kind</l>
</lg>
<ellipsis>
 <metamark>******</metamark>
 <supplied copyOf="#chorus"/>
</ellipsis>
Modèle de contenu
<content>
 <sequence>
  <elementRef key="metamark"/>
  <classRef key="model.descLike"
   minOccurs="0maxOccurs="1"/>

  <elementRef key="suppliedminOccurs="0"
   maxOccurs="1"/>

 </sequence>
</content>
Schéma Declaration
<rng:element name="ellipsis">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.timed.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <rng:group>
  <rng:ref name="metamark"/>
  <rng:optional>
   <rng:ref name="model.descLike"/>
  </rng:optional>
  <rng:optional>
   <rng:ref name="supplied"/>
  </rng:optional>
 </rng:group>
</rng:element>
element ellipsis
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   ( metamark, model.descLike?, supplied? )
}