Body Location The huml term BodyLocation is used for a location on a body part. Used in haptics, artifacts, etc. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
bodyPart | restriction of xs:string | optional |
|
||||
humlName | xs:string | required | |||||
id | xs:ID | required | |||||
location | Locator | optional |
Elements | Haptic/touchWhere, Haptic/touchWith |
<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> |