<writing>

<writing> testo scritto reso disponibile durante un testo parlato 8.3.4 Writing
Modulospoken — 8 Transcriptions of Speech
Attributi att.ascribed (@who) att.typed (@type, @subtype) att.timed (@start, @end) (att.duration.w3c (@dur))
sourcerimanda a un riferimento bibliografico contenuto nell'intestazione che fornisce una descrizione dettagliata della fonte del testo scritto
Stato Opzionale
Tipo di dati

<rng:ref name="data.code"/>
data.code
Valori Must be a valid identifier for a bibliographic element in the TEI header
gradualindica se il testo scritto appare in un'unica soluzione o gradualmente
Stato Opzionale
Tipo di dati

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Usato da
Può contenere
Dichiarazione

<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
}
Esempio

<!-- ... --><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>
<!-- ... -->