<kinesic>

<kinesic> any communicative phenomenon, not necessarily vocalized, for example a gesture, frown, etc. 8.3.3 Vocal, Kinesic, Incident
Module spoken — 8 Transcriptions of Speech
In addition to global attributes att.timed (@start, @end) (att.duration.w3c (@dur)) att.typed (@type, @subtype) att.ascribed (@who)
iterated indicates whether or not the phenomenon is repeated.
Status Optional
Datatype

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Note
The value true indicates that the kinesic is repeated several times rather than occurring only once.
Used by
May contain
core: desc gloss
tagdocs: altIdent equiv
Declaration

<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*
}
Example
<kinesic dur="PT1.5S" iterated="true" type="reinforcing">
 <desc>nodding head vigorously</desc>
</kinesic>