<interaction>

<interaction> describe la existencia, localización y naturaleza de cualquier interacción entre los participantes de un texto, por ejemplo en forma de respuesta o interjección, comentario, etc. 15.2.1 The Text Description
Módulocorpus — 15 Language Corpora
Atributos
typedescribe el grado de interacción entre los participantes activos y pasivos en un texto.
Estado Opcional
Los valores admitidos son:
none
no interaction of any kind, e.g. a monologue
partial
some degree of interaction, e.g. a monologue with set responses
complete
complete interaction, e.g. a face to face conversation
inapplicable
this parameter is inappropriate or inapplicable in this case
activeespecifica el número de participantes activos (o emisores) que producen partes del texto.
Estado Opcional
Tipo de datos
data.enumerated
Suggested values include:
singular
a single addressor
plural
many addressors
corporate
a corporate addressor
unknown
number of addressors unknown or unspecifiable
passiveespecifica el nombre de participantes pasivos (o receptores) a quienes se dirige el texto, o en cuya presencia se creó o representó el texto.
Estado Opcional
Tipo de datos
data.enumerated
Suggested values include:
self
text is addressed to the originator e.g. a diary
single
text is addressed to one other person e.g. a personal letter
many
text is addressed to a countable number of others e.g. a conversation in which all participants are identified
group
text is addressed to an undefined but fixed number of participants e.g. a lecture
world
text is addressed to an undefined and indeterminately large number e.g. a published book
Used by model.textDescPart
May contain
Declaración
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
}
Ejemplo
<interaction type="completeactive="pluralpassive="many"/>
Ejemplo
<interaction type="noneactive="singularpassive="group"/>