Intent

Human Intent
Intent is the state of mind and emotion, characterized by purpose and volition, with which a human acts or prepares to act
NOTE: This complexType is a key factor in communication   
An example of Intent is the planning of a presentation.  It is almost guaranteed that there will be flood of elements in this complexType stemming from almost all areas of human characteristics and communications.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fromDate xs:dateTime required
humlName xs:string required
humlName xs:string required
humlName xs:string required
id xs:ID required
id xs:ID required
id xs:ID required
intensity optional
Intensity
This is a positive number between 0 and 1 used to set a relative scale 
        of the intensity or strength of some behavior, such as a handshake or an emotion.
toDate xs:dateTime required

Source

<xs:complexType name="Intent" abstract="true">
  <xs:annotation>
    <xs:documentation xml:lang="en">Human Intent Intent is the state of mind and emotion, characterized by purpose and volition, with which a human acts or prepares to act NOTE: This complexType is a key factor in communication An example of Intent is the planning of a presentation. It is almost guaranteed that there will be flood of elements in this complexType stemming from almost all areas of human characteristics and communications.</xs:documentation>
    <xs:appinfo>NONE</xs:appinfo>
  </xs:annotation>
  <xs:attribute ref="intensity"/>
  <xs:attributeGroup ref="humlCommAtts"/>
  <xs:attributeGroup ref="humlIdentifierAtts"/>
  <xs:attributeGroup ref="humlTemporalAtts"/>
</xs:complexType>