<derivation>

<derivation> (derivation) 描述文本的特性與原創性的程度。 [15.2.1 The Text Description]
組件 corpus — Language Corpora
屬性
type⚓︎ 將文本來歷分類。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
實例值包含:
original
該文本為原創文本
revision
該文本為另一文本的修訂版
translation
該文本為另一文本的翻譯版
abridgment
該文本為另一文本的刪節版
plagiarism
該文本抄襲自另一文本
traditional
該文本無明確來源,但和其他文本有共同的衍生來歷
俱乐部会员
可包含在於
corpus: textDesc
可包含

For derivative texts, details of the ancestor may be included in the source description.

例子
<derivation type="原始"/>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
宣告
<rng:element name="derivation">
 <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 derivation
{
   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
}