<interaction>

<interaction> describes the extent, cardinality and nature of any interaction among those producing and experiencing the text, for example in the form of response or interjection, commentary etc. 15.2.1 The Text Description
Modulecorpus — 15 Language Corpora
AttributesIn addition to global attributes
typespecifies the degree of interaction between active and passive participants in the text.
Status Optional
Legal values are:
noneno interaction of any kind, e.g. a monologue
partialsome degree of interaction, e.g. a monologue with set responses
completecomplete interaction, e.g. a face to face conversation
inapplicablethis parameter is inappropriate or inapplicable in this case
activespecifies the number of active participants (or addressors) producing parts of the text.
Status Optional
Datatype
data.enumerated
Suggested values include:
singulara single addressor
pluralmany addressors
corporatea corporate addressor
unknownnumber of addressors unknown or unspecifiable
passivespecifies the number of passive participants (or addressees) to whom a text is directed or in whose presence it is created or performed.
Status Optional
Datatype
data.enumerated
Suggested values include:
selftext is addressed to the originator e.g. a diary
singletext is addressed to one other person e.g. a personal letter
manytext is addressed to a countable number of others e.g. a conversation in which all participants are identified
grouptext is addressed to an undefined but fixed number of participants e.g. a lecture
worldtext is addressed to an undefined and indeterminately large number e.g. a published book
Declaration
element interaction
{
   att.global.attributes,
   attribute type { "none" | "partial" | "complete" | "inapplicable" }?,
   attribute active
   {
      "singular" | "plural" | "corporate" | "unknown" | xsd:Name
   }?,
   attribute passive
   {
      "self" | "single" | "many" | "group" | "world" | xsd:Name
   }?,
   macro.phraseSeq.limited
}
Example
<interaction type="completeactive="pluralpassive="many"/>
Example
<interaction type="noneactive="singularpassive="group"/>
Contained by model.textDescPart
May contain