\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.1.63. <interaction>

<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. [16.2.1. The Text Description]
Modulecorpus — Specification
Attributes
typespecifies the degree of interaction between active and passive participants in the text.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Legal values are:
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
activespecifies the number of active participants (or addressors) producing parts of the text.
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
singular
a single addressor
plural
many addressors
corporate
a corporate addressor
unknown
number 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.
StatusOptional
Datatypeteidata.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
Member of
Contained by
header: language
May contain
dictionaries: lang
figures: figure
header: idno
tagdocs: ident
transcr: metamark
character data
Example
<interaction type="complete"
 active="pluralpassive="many"/>
Example
<interaction type="noneactive="singular"
 passive="group"/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
    
Schema Declaration

element interaction
{
   att.global.attributes,
   att.typed.attribute.subtype,
   attribute type { "none" | "partial" | "complete" | "inapplicable" }?,
   attribute active { "singular" | "plural" | "corporate" | "unknown" }?,
   attribute passive { "self" | "single" | "many" | "group" | "world" }?,
   macro.phraseSeq.limited
}