<writing>

<writing> pasaje escrito hecho disponible para los participantes durante un texto dialogado. [8.3.4 Writing]
Módulospoken — 8 Transcriptions of Speech
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) 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 1–∞ apariciones de 

<rng:ref name="data.pointer"/>
data.pointer
separado por espacio en blanco
Valores Must point to a bibliographic element in the TEI header or elsewhere
gradualindica si el texto escrito aparece de repente o gradualmente.
Estado Opcional
Tipo de datos

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Usado por
Contenido en
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
Puede contener
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Declaración

<rng:element name="writing">
 <rng:ref name="att.global.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.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:list>
    <rng:oneOrMore>
     <rng:ref name="data.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </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.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.ascribed.attributes,
   att.typed.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   attribute source { list { data.pointer+ } }?,
   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>
<!-- ... -->