<interaction>

<interaction> (interaction) 描述文本創作者與體驗者之間互動關係的規範、基數和特性,例如回應或感嘆、評論等。 [16.2.1 The Text Description]<a href="https://translate.tei-c.org/translate.html?edit=interaction.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
組件 corpus — Language Corpora
屬性
type⚓︎ 說明文本中主動與被動參與者之間的互動程度。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
合法的值是:
none
無任何互動,例如獨白
partial
某種程度上的互動,例如具有背景回應的獨白
complete
完全性的互動,例如面對面交談
inapplicable
這項特性在此不適當或不適用
active⚓︎ 說明創作文本部份內容的主動參與者 (或傳達者) 的人數。
狀態 非必備的
資料類型 teidata.enumerated
被推薦的值包含:
singular
一位傳達者
plural
多位傳達者
corporate
集體傳達者
unknown
傳達人數未知或未指明
passive⚓︎ 說明文本內容的被動參與者 (或接收者) 的人數,被動參與者即為文本產生或呈現的對象。
狀態 非必備的
資料類型 teidata.enumerated
被推薦的值包含:
self
文本內容傳遞給原創作者,例如日記
single
文本內容傳遞給另一個人,例如私人信件
many
文本內容傳遞給一群人數可計的對象,例如參與者身分皆明確的一場對話
group
文本內容傳遞給一群身分不明確但人數固定的參與者,例如授課
world
文本內容傳遞給眾多身分不明確、數量亦不固定的參與者,例如出版的書籍
俱乐部会员
可包含在於
corpus: textDesc
可包含
例子
<interaction type="complete"
 active="pluralpassive="many"/>
例子
<interaction type="noneactive="singular"
 passive="group"/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
宣告
<rng:element name="interaction">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:choice>
    <rng:value>none</rng:value>
    <rng:value>partial</rng:value>
    <rng:value>complete</rng:value>
    <rng:value>inapplicable</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="active">
   <rng:choice>
    <rng:value>singular</rng:value>
    <rng:value>plural</rng:value>
    <rng:value>corporate</rng:value>
    <rng:value>unknown</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="passive">
   <rng:choice>
    <rng:value>self</rng:value>
    <rng:value>single</rng:value>
    <rng:value>many</rng:value>
    <rng:value>group</rng:value>
    <rng:value>world</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element interaction
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attribute.subtype,
   attribute type { "none" | "partial" | "complete" | "inapplicable" }?,
   attribute active
   {
      "singular" | "plural" | "corporate" | "unknown" | teidata.enumerated
   }?,
   attribute passive
   {
      "self" | "single" | "many" | "group" | "world" | teidata.enumerated
   }?,
   macro.phraseSeq.limited
}