<writing>

<writing> passage d'un texte écrit communiqué aux participants à l'intérieur d'un texte parlé. 8.3.4 Writing
Modulespoken — 8 Transcriptions of Speech
Attributs att.ascribed (@who) att.typed (@type, @subtype) att.timed (@start, @end) att.duration.w3c (@dur)
sourcerenvoie à une citation bibliographique dans l'en-tête donnant une description complète de la source ou du scénario d'écriture.
Statut Optionel
Type de données

<rng:ref name="data.code"/>
data.code
Valeurs Must be a valid identifier for a bibliographic element in the TEI header
gradualindique si l'écrit est communiqué en une fois ou progressivement.
Statut Optionel
Type de données

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Utilisé par model.global.spoken
Peut contenir
Declaration

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

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