<kinesic>

<kinesic> cualquier fenómeno comunicativo no necesariamente vocal, como gestos, mímica facial, etc. 8.3.3 Vocal, Kinesic, Incident
Módulo spoken — 8 Transcriptions of Speech
Además de los atributos globales att.timed (@start, @end) (att.duration.w3c (@dur)) att.typed (@type, @subtype) att.ascribed (@who)
iterated indica si el fenómeno es eventual o si se repite.
Estado Opcional
Tipo de datos

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Usado por
Puede contener
core: desc gloss
tagdocs: altIdent equiv
Declaración

<rng:element name="kinesic">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.timed.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:optional>
  <rng:attribute name="iterated" a:defaultValue="false">
   <rng:ref name="data.xTruthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
</rng:element>
element kinesic
{
   att.global.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.typed.attributes,
   att.ascribed.attributes,
   attribute iterated { data.xTruthValue }?,
   model.glossLike*
}
Ejemplo
<kinesic dur="PT1.5S" iterated="true" type="reinforcing">
 <desc>nodding head vigorously</desc>
</kinesic>