<u>

<u> (énonciation) partie de discours généralement précédée et suivie d'un silence ou d'un changement de locuteur. 8.3.1 Utterances
Modulespoken — 8 Transcriptions of Speech
Attributs att.timed (@start, @end) att.duration.w3c (@dur) att.declaring (@decls) att.ascribed (@who)
trans (transition) indique la nature de la transition entre cette énonciation et la précédente.
Statut Optionel
Les valeurs autorisées sont:
smooth
this utterance begins without unusual pause or rapidity. [Valeur par défaut]
latching
this utterance begins with a markedly shorter pause than normal.
overlap
this utterance begins before the previous one has finished.
pause
this utterance begins after a noticeable pause.
Utilisé par model.divPart.spoken
Peut contenir
Declaration
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 )*
}
Exemple
<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>
Note
Prose and a mixture of speech elements
Although individual transcriptions may consistently use <u> elements for turns or other units, and although in most cases a <u> will be delimited by pause or change of speaker, <u> is not required to represent a turn or any communicative event, nor to be bounded by pauses or change of speaker. At a minimum, a <u> is some phonetic production by a given speaker.