<interaction>

<interaction> 当該テキストが生まれたときの,言語交流における参加度を示す.例え ば,応答,合いの手,コメント,など. 15.2.1 The Text Description
モジュールcorpus — 15 Language Corpora
属性
type言語交流の分類を示す.
状態 任意
正当な値:
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
active言語交流に直接参加している人数.
状態 任意
データ型
data.enumerated
提案する値は以下の通り:
singular
a single addressor
plural
many addressors
corporate
a corporate addressor
unknown
number of addressors unknown or unspecifiable
passive言語交流に間接的に参加している人数.
状態 任意
データ型
data.enumerated
提案する値は以下の通り:
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
当該モジュールを使用するもの model.textDescPart
下位
宣言
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
}
<interaction type="completeactive="pluralpassive="many"/>
<interaction type="noneactive="singularpassive="group"/>