<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
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.dimensions (unit, quantity, extent, precision, scope) (att.ranging (atLeast, atMost, min, max, confidence))
Member of
Contained by
May contain
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.
Examples

He said, in the Event of a R
<ellipsis>
      
<metamark>
         
<space/>
      
</metamark>
      
<supplied resp="team:JT1">estoration</supplied>
   
</ellipsis>,                     

If The P
<ellipsis>
      
<metamark>
         
<space/>
      
</metamark>
      
<choice>
         
<seg>rince</seg>
         
<seg>retender</seg>
      
</choice>
   
</ellipsis> returns...                     
Source Github

<elementSpec rend="change" module="core" ident="ellipsis">
   
<gloss>deliberately marked omission</gloss>
   
<desc>indicates a purposeful
 marking in the source document signalling that content has been
 omitted, and may also supply or describe the omitted content.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.global.edit"/>
      
<memberOf key="att.dimensions"/>
   
</classes>
   
<content>
      
<sequence minOccurs="1" maxOccurs="1">
         
<elementRef key="metamark"/>
         
<classRef key="model.descLike" minOccurs="0" maxOccurs="1"/>
         
<elementRef key="supplied" minOccurs="0" maxOccurs="1"/>
      
</sequence>
   
</content>
   
<attList/>
</elementSpec>