Semiosis

Semiotic Communication Mode
Semiosis is a meaningful exchange of signs, signals and symbols among cognitive agents.  
 NOTE: This process is the model of the human communication process upon which HumanML is based. It can be, and we expect that it will be further enumerated by semiotic types and extended in the Secondary Base Schema and subsequent huml schemata.

Complex Type Information

Model

Attributes

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
toDate xs:dateTime required

Source

<xs:complexType name="Semiosis" abstract="true">
  <xs:annotation>
    <xs:documentation xml:lang="en">Semiotic Communication Mode Semiosis is a meaningful exchange of signs, signals and symbols among cognitive agents. NOTE: This process is the model of the human communication process upon which HumanML is based. It can be, and we expect that it will be further enumerated by semiotic types and extended in the Secondary Base Schema and subsequent huml schemata.</xs:documentation>
    <xs:appinfo>NONE</xs:appinfo>
  </xs:annotation>
  <xs:attributeGroup ref="humlTemporalAtts"/>
  <xs:attributeGroup ref="humlCommAtts"/>
</xs:complexType>