<vocal>

<vocal> cualquier fenómeno vocal pero no necesariamente verbal, como pausa plena, backchannel no verbales, etc. 8.3.3 Vocal, Kinesic, Incident
Módulospoken — 8 Transcriptions of Speech
Atributos att.timed (@start, @end) att.duration.w3c (@dur) att.ascribed (@who) att.typed (@type, @subtype)
iteratedindica si el fenómeno es eventual o si se repite.
Estado Opcional
Tipo de datos
data.xTruthValue
Nota
The value true indicates that the vocal effect is repeated several times rather than just occurring once.
Used by model.global.spoken
May contain
core: desc gloss
tagdocs: altIdent equiv
Declaración
element vocal
{
   att.global.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.ascribed.attributes,
   att.typed.attributes,
   attribute iterated { data.xTruthValue }?,
   model.glossLike*
}
Ejemplo
<vocal dur="PT12S">
 <desc>whistles</desc>
</vocal>
<vocal iterated="true">
 <desc>whistles intermittently</desc>
</vocal>