<unclear>

<unclear> (unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [11.3.3.1. Damage, Illegibility, and Supplied Text 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.editLike (evidence) att.dimensions (unit, quantity, extent, precision, scope) (att.ranging (atLeast, atMost, min, max, confidence))
reason indicates why the material is hard to transcribe.
Status Optional
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Suggested values include:
illegible
(illegible)
inaudible
(inaudible)
faded
(faded)
background_noise
(background_noise)
eccentric_ductus
(eccentric_ductus) indicates illegibility due to an unusual, awkward, or incompetent execution of a glyph or glyphs

<div>
   
<head>Rx</head>
   
<p>500 mg <unclear reason="illegible">placebo</unclear>
   
</p>
</div>
Note
One or more words may be used to describe the reason; usually each word will refer to a single cause.
agent Where the difficulty in transcription arises from damage, 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
Member of
Contained by
May contain
Note
The same element is used for all cases of uncertainty in the transcription of element content, whether for written or spoken material. For other aspects of certainty, uncertainty, and reliability of tagging and transcription, see chapter 21. Certainty, Precision, and Responsibility.
The damage, gap, del, unclear and supplied elements may be closely allied in use. See section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination for discussion of which element is appropriate for which circumstance.
The hand attribute points to a definition of the hand concerned, as further discussed in section 11.3.2.1. Document Hands.
Examples

<u>  ...and then <unclear reason="background-noise">Nathalie</unclear> said ... </u>
Source Github

<elementSpec module="core" ident="unclear">
   
<gloss>unclear</gloss>
   
<desc>contains a word, phrase, or passage which cannot be transcribed with certainty because it
    is illegible or inaudible in the source.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.pPart.transcriptional"/>
      
<memberOf key="model.linePart"/>
      
<memberOf key="model.choicePart"/>
      
<memberOf key="att.editLike"/>
      
<memberOf key="att.dimensions"/>
   
</classes>
   
<content>
      
<macroRef key="macro.paraContent"/>
   
</content>
   
<attList>
      
<attDef ident="reason" usage="opt">
         
<desc>indicates why the material is hard to transcribe.</desc>
         
<datatype maxOccurs="unbounded">
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<valList type="semi">
            
<valItem ident="illegible">
               
<gloss>illegible</gloss>
            
</valItem>
            
<valItem ident="inaudible">
               
<gloss>inaudible</gloss>
            
</valItem>
            
<valItem ident="faded">
               
<gloss>faded</gloss>
            
</valItem>
            
<valItem ident="background_noise">
               
<gloss>background_noise</gloss>
            
</valItem>
            
<valItem ident="eccentric_ductus">
               
<gloss>eccentric_ductus</gloss>
               
<desc>
        indicates illegibility due to an unusual, awkward, or
        incompetent execution of a glyph or glyphs
         
       
</desc>
            
</valItem>
         
</valList>
      
</attDef>
      
<attDef ident="agent" usage="opt">
         
<desc>Where the difficulty in transcription arises from damage, 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>
   
</attList>
</elementSpec>