<factuality>

<factuality> (factuality) 当該テキストの現実度を示す。例えば、フィクション、ノンフィクションなど。 [16.2.1 The Text Description]
モジュール corpus — Language Corpora
属性
type⚓︎ 当該現実度の分類を示す。
Derived from att.typed
状態 任意
データ型 teidata.enumerated
クラブのメンバー
上位
corpus: textDesc
下位
解説

属性typeが不要であれば、当該要素は空要素である。または散文が含まれ るかもしれない。

多くのテキストでは、‘fiction’‘fact’が使用される。 この値は、微妙な分析を意図するものではなく、単純に当該テキストの現 実度を示すためのものである。‘fact’であるとされた作品は、 必ずしも‘true’であるということではない。

<factuality type="fiction"/>
<factuality type="mixed">contains a mixture of gossip and
speculation about real people and events</factuality>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
宣言
<rng:element name="factuality">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.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:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element factuality
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.phraseSeq.limited
}