<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">結合文言文與白話文</factuality>