<factuality>

<factuality> 当該テキストの現実度を示す.例えば,フィクション,ノンフィクションなど. 15.2.1 The Text Description
モジュールcorpus — 15 Language Corpora
属性
type 当該現実度の分類を示す.
状態 任意
正当な値:
fiction
当該テキストは,想像の産物である.
fact
当該テキストは,事実的なものである.
mixed
当該テキストは,フィクション,ノンフィクションが混在している.
inapplicable
フィクション,ノンフィクションの区別は問題にならない.
当該モジュールを使用するもの
下位
宣言

<rng:element name="factuality">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:choice>
   <rng:value>fiction</rng:value>
   <rng:value>fact</rng:value>
   <rng:value>mixed</rng:value>
   <rng:value>inapplicable</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element factuality
{
   att.global.attributes,
   attribute type { "fiction" | "fact" | "mixed" | "inapplicable" }?,
   macro.phraseSeq.limited
}
<factuality type="fiction"/>
<factuality type="mixed">contains a mixture of gossip and
speculation about real people and events</factuality>
解説
属性typeが不要であれば,当該要素は空要素である.または散文が含まれ るかもしれない.
多くのテキストでは,‘fiction’か‘fact’が使用される. この値は,微妙な分析を意図するものではなく,単純に当該テキストの現 実度を示すためのものである.‘fact’であるとされた作品は, 必ずしも‘true’であるということではない.