<writing>

<writing> pasaje escrito hecho disponible para los participantes durante un texto dialogado. 8.3.4 Writing
Módulospoken — 8 Transcriptions of Speech
Atributos att.ascribed (@who) att.typed (@type, @subtype) att.timed (@start, @end) (att.duration.w3c (@dur))
sourceindica una citación bibliográfica en el encabezado que proporciona una descripción completa de la fuente.
Estado Opcional
Tipo de datos

<rng:ref name="data.code"/>
data.code
Valores Must be a valid identifier for a bibliographic element in the TEI header
gradualindica si el texto escrito aparece de repente o gradualmente.
Estado Opcional
Tipo de datos

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Usado por
Puede contener
Declaración

<rng:element name="writing">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.ascribed.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.timed.attributes"/>
<rng:ref name="att.duration.w3c.attributes"/>
<rng:optional>
 <rng:attribute name="source">
  <rng:ref name="data.code"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="gradual">
  <rng:ref name="data.xTruthValue"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.paraContent"/>
</rng:element>
element writing
{
   att.global.attributes,
   att.ascribed.attributes,
   att.typed.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   attribute source { data.code }?,
   attribute gradual { data.xTruthValue }?,
   macro.paraContent
}
Ejemplo

<!-- ... --><l>man in a coonskin cap</l>
<writing>coonskin</writing>
<l>in a pig pen</l>
<writing>pig pen</writing>
<l>wants eleven dollar bills</l>
<writing>20 dollar bills</writing>
<l>you only got ten</l>
<writing>10</writing>
<!-- ... -->