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)
|
||||||||||||||||
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> |