Human Emotion A basic set of primitive human emotions; the six basic emotions that have well-documented facial expressions associated with them, to which we can assign strength values in the range we have established as a relative measure of intensity and which we can take as standard primitives are provided.<xs:sequence> <xs:element name="sadness" type="boolean" default="true"/> <xs:element name="joy" type="boolean" default="true"/> <xs:element name="anger" type="boolean" default="true"/> <xs:element name="fear" type="boolean" default="true"/> <xs:element name="disgust" type="boolean" default="true"/> <xs:element name="surprise" type="boolean" default="true"/> </xs:sequence> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
fromDate | xs:dateTime | required | |||||
humlName | xs:string | required | |||||
humlName | xs:string | required | |||||
id | xs:ID | required | |||||
id | xs:ID | required | |||||
intensity | optional |
|
|||||
toDate | xs:dateTime | required |
<xs:complexType name="Emotion" abstract="true"> <xs:annotation> <xs:documentation xml:lang="en">Human Emotion A basic set of primitive human emotions; the six basic emotions that have well-documented facial expressions associated with them, to which we can assign strength values in the range we have established as a relative measure of intensity and which we can take as standard primitives are provided. <xs:sequence> <xs:element name="sadness" type="boolean" default="true"/> <xs:element name="joy" type="boolean" default="true"/> <xs:element name="anger" type="boolean" default="true"/> <xs:element name="fear" type="boolean" default="true"/> <xs:element name="disgust" type="boolean" default="true"/> <xs:element name="surprise" type="boolean" default="true"/> </xs:sequence> </xs:documentation> <xs:appinfo>NONE</xs:appinfo> </xs:annotation> <xs:attribute ref="intensity"/> <xs:attributeGroup ref="humlTemporalAtts"/> <xs:attributeGroup ref="humlIdentifierAtts"/> </xs:complexType> |