<said>

<said> (parlamento, discurso o pensamiento) indica los pasajes pensados o hablados en voz alta, si está indicado explícitamente en la fuente o no, si señalado directamente o indirectamente, sean de gente real o de personajes ficticios. 3.3.3 Quotation
Módulo core — 3 Elements Available in All TEI Documents
Además de los atributos globales att.ascribed (@who)
aloud puede ser utilizado para indicar si el material marcado ha sido verbalizado o firmado.
Estado Recomendado cuando se aplica
Tipo de datos

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Nota
El valor verdad indica que el pasaje codificado fue expresado exteriormente (si fue hablado, cantado, gritado, etc.); el valor falso indica que el pasaje codificado era un pensamiento, pero no expresado exteriormente.
direct puede ser utilizado para indicar si el material marcado está considerado como discurso directo o indirecto.
Estado Recomendado cuando se aplica
Tipo de datos

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Nota
El valor verdad indica que el discurso o el pensamiento está representado directamente; el valor falso que el discurso o el pensamiento está representado indirectamente, p.ej. por medio de un aspecto verbal marcado.
Usado por
Puede contener
Declaración

<rng:element name="said">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:optional>
  <rng:attribute name="aloud" a:defaultValue="unknown">
   <rng:ref name="data.xTruthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="direct" a:defaultValue="true">
   <rng:ref name="data.xTruthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element said
{
   att.global.attributes,
   att.ascribed.attributes,
   attribute aloud { data.xTruthValue }?,
   attribute direct { data.xTruthValue }?,
   macro.specialPara
}
Ejemplo
<p>
 <said>Our minstrel here will warm the old man's heart with song, dazzle him with jewels and
   gold</said>, a troublemaker simpered. <said>He'll trample on the Duke's camellias, spill
   his wine, and blunt his sword, and say his name begins with X, and in the end the Duke
   will say, <said>Take Saralinda, with my blessing, O lordly Prince of Rags and Tags, O
     rider of the sun!</said>
 </said>
</p>
Ejemplo
<p>
 <said aloud="true" rend="pre(“) post(”)">Hmmm</said>, said a small voice in his ear. <said aloud="true" rend="pre(“) post(”)">Difficult. Very difficult. Plenty of courage, I see.
   Not a bad mind either. there's talent, oh my goodness, yes — and a nice thirst to prove
   yourself, now that's interesting. … So where shall I put you?</said>
</p>
<p>Harry gripped the edges of the stool and thought, <said aloud="false" rend="italic">Not
   Slytherin, not Slytherin</said>.</p>