<writing>

<writing> 구어 텍스트의 진행과정에서 참여자에게 제공되는 문어 텍스트 단락 8.3.4 Writing
모듈 spoken — 8 Transcriptions of Speech
전체 속성에 부가 att.ascribed (@who) att.typed (@type, @subtype) att.timed (@start, @end) (att.duration.w3c (@dur))
source 원본 또는 글의 스크립트에 대한 전체 기술을 제시하는 헤더의 서지적 인용을 가리킨다.
상태 수의적
자료 유형

<rng:ref name="data.code"/>
data.code
Must be a valid identifier for a bibliographic element in the TEI header
gradual 글이 동시에 또는 점차적으로 드러나는지를 나타낸다.
상태 수의적
자료 유형

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
에 의해 사용된
포함할 수 있다
선언

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

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