<factuality>

<factuality> (factuality) 描述該文本內容可能被認定為想像的程度、所描繪的為虛構或真實的世界。 [15.2.1 The Text Description]
組件 corpus — Language Corpora
屬性
type⚓︎ 將文本的真實性分類。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
合法的值是:
fiction
文本為完全虛構
fact
文本完全根據事實
mixed
文本內容部分虛構、部分根據事實
inapplicable
該文本不適宜使用虛構/真實的區分方法
俱乐部会员
可包含在於
corpus: textDesc
可包含

Usually empty, unless some further clarification of the type attribute is needed, in which case it may contain running prose

For many literary texts, a simple binary opposition between ‘fiction’ and ‘fact’ is naïve in the extreme; this parameter is not intended for purposes of subtle literary analysis, but as a simple means of characterizing the claimed fictiveness of a given text. No claim is made that works characterized as ‘fact’ are in any sense ‘true’.

例子
<factuality type="fiction"/>
<!-- 屬性值受文件模型限制,若要使用其他屬性值,必先修訂文件模型。 -->
例子
<factuality type="mixed">結合文言文與白話文</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: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,
   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 { "fiction" | "fact" | "mixed" | "inapplicable" }?,
   macro.phraseSeq.limited
}