<kinesic>

<kinesic> コミュニケーション現象を示す.必ずしも言語化されている必要はない.例 えば,身振り,眉をひそめるなど. 8.3.3 Vocal, Kinesic, Incident
モジュール spoken — 8 Transcriptions of Speech
グローバル属性の他 att.timed (@start, @end) (att.duration.w3c (@dur)) att.typed (@type, @subtype) att.ascribed (@who)
iterated 当該現象が繰り返されるかどうかを示す.
状態 任意
データ型

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
解説
trueは,当該動作が,1回ではなく,何回か繰り返され ることを示す.
当該モジュールを使用するもの
下位
core: desc gloss
tagdocs: altIdent equiv
宣言

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