<derivation>

<derivation> 描述文本的特性與原創性的程度。 15.2.1 The Text Description
組件 corpus — 15 Language Corpora
除全域屬性以外
type 將文本來歷分類。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
original
該文本為原創文本
revision
該文本為另一文本的修訂版
translation
該文本為另一文本的翻譯版
abridgment
該文本為另一文本的刪節版
plagiarism
該文本抄襲自另一文本
traditional
該文本無明確來源,但和其他文本有共同的衍生來歷
屬於
可包含
宣告

<rng:element name="derivation">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element derivation
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   macro.phraseSeq.limited
}
例子
<derivation type="原始"/>