att.damaged

att.damaged provides attributes describing the nature of any physical damage affecting a reading. [11.3.3.1. Damage, Illegibility, and Supplied Text 1.3.1. Attribute Classes]
Module tei
Members damage
Attributes Attributes att.dimensions (unit, quantity, extent, precision, scope) (att.ranging (atLeast, atMost, min, max, confidence)) att.written (hand)
agent categorizes the cause of the damage, if it can be identified.
Status Optional
Datatype teidata.enumerated
Sample values include:
rubbing
damage results from rubbing of the leaf edges
mildew
damage results from mildew on the leaf surface
smoke
damage results from smoke
degree provides a coded representation of the degree of damage, either as a number between 0 (undamaged) and 1 (very extensively damaged), or as one of the codes high, medium, low, or unknown. The damage element with the degree attribute should only be used where the text may be read with some confidence; text supplied from other sources should be tagged as supplied.
Status Optional
Datatype teidata.probCert
Note
The damage element is appropriate where it is desired to record the fact of damage although this has not affected the readability of the text, for example a weathered inscription. Where the damage has rendered the text more or less illegible either the unclear tag (for partial illegibility) or the gap tag (for complete illegibility, with no text supplied) should be used, with the information concerning the damage given in the attribute values of these tags. See section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination for discussion of the use of these tags in particular circumstances.
Source Github

<classSpec rend="change" module="tei" type="atts" ident="att.damaged">
   
<desc>provides attributes describing the nature of any physical damage affecting a reading.</desc>
   
<classes>
      
<memberOf key="att.dimensions"/>
      
<memberOf key="att.written"/>
   
</classes>
   
<attList>
      
<attDef ident="agent" usage="opt">
         
<desc>categorizes the cause of the damage, if it can be identified.</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<valList type="open">
            
<valItem ident="rubbing">
               
<desc>damage results from rubbing of the leaf edges</desc>
            
</valItem>
            
<valItem ident="mildew">
               
<desc>damage results from mildew on the leaf surface</desc>
            
</valItem>
            
<valItem ident="smoke">
               
<desc>damage results from smoke</desc>
            
</valItem>
         
</valList>
      
</attDef>
      
<attDef ident="degree" usage="opt">
         
<desc>provides a coded representation of the degree of damage, either as
 a number between 0 (undamaged) and 1 (very extensively damaged), or
  as one of the codes 
<val>high</val><val>medium</val><val>low</val>
    or 
<val>unknown</val>. The <gi>damage</gi> element
    with the 
<att>degree</att> attribute should only be used where the text may be read with
    some confidence; text supplied from other sources should be tagged as 
<gi>supplied</gi>.</desc>
         
<datatype>
            
<dataRef key="teidata.probCert"/>
         
</datatype>
      
</attDef>
   
</attList>
</classSpec>