<u>

<u> 一般に沈黙または話者交替が前後する,発話の時間. 8.3.1 Utterances
モジュールspoken — 8 Transcriptions of Speech
属性 att.timed (@start, @end) (att.duration.w3c (@dur)) att.declaring (@decls) att.ascribed (@who)
trans 前の発話から当該発話への遷移(交替)の性質を示す.
状態 任意
正当な値:
smooth
当該発話は,変な間や急ぐことなく,始まる. [初期値]
latching
当該発話は,普通より短い間に続けて,始まる.
overlap
当該発話は,以前の発話が終わる前に,始まる.
pause
当該発話は,目立った間に続けて,始まる.
当該モジュールを使用するもの
下位
宣言

<rng:element name="u">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.timed.attributes"/>
<rng:ref name="att.duration.w3c.attributes"/>
<rng:ref name="att.declaring.attributes"/>
<rng:ref name="att.ascribed.attributes"/>
<rng:optional>
 <rng:attribute name="transa:defaultValue="smooth">
  <rng:choice>
   <rng:value>smooth</rng:value>
   <rng:value>latching</rng:value>
   <rng:value>overlap</rng:value>
   <rng:value>pause</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
  <rng:ref name="model.phrase"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element u
{
   att.global.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.declaring.attributes,
   att.ascribed.attributes,
   attribute trans { "smooth" | "latching" | "overlap" | "pause" }?,
   ( text | model.gLike | model.phrase | model.global )*
}
<u who="#spkr1">if did you set</u>
<u trans="latchingwho="#spkr2">well Joe and I set it between us</u>
<list type="speakers">
 <item xml:id="spkr1"/>
 <item xml:id="spkr2"/>
</list>
解説
散文と発話要素の混在.
個々の発話遷移(交替)は,ターンを示す要素uや他の要素により 示され,多くの場合,要素uはその前後を間や発話交替で区切ら れている.しかし,要素uは,ターンや伝達に関する事象を示す ために必須のものではない.また,その前後に間や発話交替があることも 必須ではない.最低限,要素uは,話者が示す音声である.