<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
TEIヘダー中にある書誌情報要素を表す妥当な識別子でなければならない.
gradual 当該書き起こしは一度に見られるか,または少しずつ見られるものかを示す.
状態 任意
データ型

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
解説
trueは,当該書き起こしが,少しずつ見えることを示 す.値falseは,当該書き起こしが,一度に見えることを 示す.
当該モジュールを使用するもの
下位
宣言

<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>
<!-- ... -->
解説
要素writingは,一般には,文字列として,ごく短く,簡単に転 記されたものになる.当該書き起こしにそれなりの内部構造がある場合に は,その内容モデルとして,一連の段落や,段落レベルの要素をとる.ま た,いずれの場合も,句レベルの要素もとることができる.