<writing>

<writing> a passage of written text revealed to participants in the course of a spoken text. 8.3.4 Writing
Modulspoken — 8 Transcriptions of Speech
Attribute att.ascribed (@who) att.typed (@type, @subtype) att.timed (@start, @end) (att.duration.w3c (@dur))
sourcepoints to a bibliographic citation in the header giving a full description of the source or script of the writing.
Zustand Optional
Datentyp

<rng:ref name="data.code"/>
data.code
Werte Must be a valid identifier for a bibliographic element in the TEI header
gradualindicates whether the writing is revealed all at once or gradually.
Zustand Optional
Datentyp

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Verwendet von
Kann enthalten
Deklaration

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

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