<u>

<u> (utterance) 一般に沈黙または話者交替が前後する,発話の時間. [8.3.1 Utterances]
モジュールspoken — Transcriptions of Speech
属性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.timed (@start, @end) (att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) ) att.declaring (@decls) att.ascribed.directed (@toWhom) (att.ascribed (@who)) att.notated (@notation)
trans(transition) 前の発話から当該発話への遷移(交替)の性質を示す.
状態 任意
データ型 teidata.enumerated
正当な値:
smooth
当該発話は,変な間や急ぐことなく,始まる. [初期値]
latching
当該発話は,普通より短い間に続けて,始まる.
overlap
当該発話は,以前の発話が終わる前に,始まる.
pause
当該発話は,目立った間に続けて,始まる.
クラブのメンバー
上位
下位
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
解説

散文と発話要素の混在.

個々の発話遷移(交替)は,ターンを示す要素uや他の要素により 示され,多くの場合,要素uはその前後を間や発話交替で区切ら れている.しかし,要素uは,ターンや伝達に関する事象を示す ために必須のものではない.また,その前後に間や発話交替があることも 必須ではない.最低限,要素uは,話者が示す音声である.

<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>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣言
<rng:element name="u">
 <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.timed.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.ascribed.directed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:ref name="att.notated.attributes"/>
 <rng:optional>
  <rng:attribute name="trans"
   a: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:ref name="macro.paraContent"/>
</rng:element>
element u
{
   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.timed.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   att.declaring.attributes,
   att.ascribed.directed.attributes,
   att.ascribed.attributes,
   att.notated.attributes,
   attribute trans { "smooth" | "latching" | "overlap" | "pause" }?,
   macro.paraContent
}