att.msExcerpt

att.msExcerpt (manuscript excerpt) provides attributes used to describe excerpts from a manuscript placed in a description thereof. [10.6. Intellectual Content]
Module msdescription
Members msContents msItem quote
Attributes Attributes
defective indicates whether the passage being quoted is defective, i.e. incomplete through loss or damage.
Status Optional
Datatype teidata.xTruthValue
Note
In the case of an incipit, indicates whether the incipit as given is defective, i.e. the first words of the text as preserved, as opposed to the first words of the work itself. In the case of an explicit, indicates whether the explicit as given is defective, i.e. the final words of the text as preserved, as opposed to what the closing words would have been had the text of the work been whole.
Source Github

<classSpec predeclare="true" module="msdescription" type="atts" ident="att.msExcerpt">
   
<gloss>manuscript excerpt</gloss>
   
<desc>provides attributes used to describe excerpts from a manuscript placed in a description thereof.</desc>
   
<attList>
      
<attDef ident="defective" usage="opt">
         
<desc>indicates whether the passage being quoted is defective,
  i.e. incomplete through loss or damage.
</desc>
         
<datatype>
            
<dataRef key="teidata.xTruthValue"/>
         
</datatype>
      
</attDef>
   
</attList>
</classSpec>