BodyLocation

Body Location
The huml term BodyLocation is used for a location on a body part.  Used in haptics, artifacts, etc.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bodyPart restriction of xs:string optional
Human Body Part
This is a simple body part.  Used in haptics, artifacts, kinesics, etc.<xhtml:strong>NOTE:</xhtml:strong>This element will be enumerated in a subsequent huml schema. The values included here serve as examples, as placeholders which will likely be replaced by importing the namespace and schema location of the subsequent schema.
humlName xs:string required
id xs:ID required
location Locator optional

Used By

Source

<xs:complexType name="BodyLocation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Body Location The huml term BodyLocation is used for a location on a body part. Used in haptics, artifacts, etc.</xs:documentation>
    <xs:appinfo>NONE</xs:appinfo>
  </xs:annotation>
  <xs:attribute ref="bodyPart"/>
  <xs:attribute name="location" type="Locator"/>
  <xs:attributeGroup ref="humlIdentifierAtts"/>
</xs:complexType>