<u>

<u> (enunciato) porzione di parlato solitamente preceduta e seguita da un silenzio o da un cambio di parlante 8.3.1 Utterances
Modulospoken — 8 Transcriptions of Speech
Attributi att.timed (@start, @end) (att.duration.w3c (@dur)) att.declaring (@decls) att.ascribed (@who)
trans (transizione) indica la natura del passaggio tra questo enunciato e il precedente
Stato Opzionale
I valori legali sono:
smooth
l'enunciato comincia senza pause o accelerazioni insolite [Valore di default]
latching
l'enunciato comincia con una pausa nettamente più breve del normale
overlap
l'enunciato comincia prima che sia terminato quello precedente
pause
l'enunciato comincia con una pausa notevolmente lunga
Usato da
Può contenere
Dichiarazione

<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 )*
}
Esempio
<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>