<writing>

<writing> (writing) 発話テキストで参加している表す、書き起こしテキストの一節を示す。 [8.3.4 Writing]
モジュール spoken — Transcriptions of Speech
属性
gradual⚓︎ 当該書き起こしは一度に見られるか、または少しずつ見られるものかを示す。
状態 任意
データ型 teidata.xTruthValue
解説

trueは、当該書き起こしが、少しずつ見えることを示 す。値falseは、当該書き起こしが、一度に見えることを 示す。

クラブのメンバー
上位
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
下位
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
解説

要素writingは、一般には、文字列として、ごく短く、簡単に転 記されたものになる。当該書き起こしにそれなりの内部構造がある場合に は、その内容モデルとして、一連の段落や、段落レベルの要素をとる。ま た、いずれの場合も、句レベルの要素もとることができる。


<!-- ... --><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>
<!-- ... -->
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣言
<rng:element name="writing">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.ascribed.directed.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:ref name="att.duration.iso.attributes"/>
 <rng:optional>
  <rng:attribute name="gradual">
   <rng:ref name="teidata.xTruthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element writing
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.ascribed.directed.attributes,
   att.ascribed.attributes,
   att.typed.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   attribute gradual { teidata.xTruthValue }?,
   macro.paraContent
}