<unclear>

<unclear> contiene una palabra, frase o pasaje que no puede ser transcita con certeza, ya que en la fuente es ilegible o incomprensible. [11.3.3.1 Damage, Illegibility, and Supplied Text 3.4.3 Additions, Deletions, and Omissions]
Módulocore — Elements Available in All TEI Documents
Atributosatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.source (@source))
reasonindica por qué el material es difícl de transcribir.
Estado Opcional
Tipo de datos 1–∞ apariciones de teidata.word separado por espacio en blanco
<div>
 <head>Rx</head>
 <p>500 mg <unclear reason="illegible">placebo</unclear>
 </p>
</div>
handdonde surge la dificultat en la transcripción por una acción (cancelación parcial, etc.) que se puede asignar a una mano identificable, significa la mano responsable de dicha acción.
DeprecatedThis feature will be withdrawn after 2017-08-01
Estado Opcional
Tipo de datos teidata.pointer
agentdonde surge la dificultad en la transcripción a causa de un daño, categoriza, si puede ser identificada, la causa de tal daño. Posibles valores: 1] rubbing; 2] mildew; 3] smoke
Estado Opcional
Tipo de datos teidata.enumerated
Posibles valores:
rubbing
daños resultantes del frotamiento de los bordes de la hoja
mildew
daños provocados por el moho existente en la superficie de la hoja
smoke
daños provocados por el humo
Miembro de
Contenido en
analysis: cl pc phr s w
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
Puede contener
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Ejemplo
<u> ...and then <unclear reason="background-noise">Nathalie</unclear> said ... </u>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Declaración
<rng:element name="unclear">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.source.attributes"/>
 <rng:optional>
  <rng:attribute name="reason">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.word"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="hand">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="agent">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element unclear
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.source.attributes,
   attribute reason { list { teidata.word+ } }?,
   attribute hand { teidata.pointer }?,
   attribute agent { teidata.enumerated }?,
   macro.paraContent
}