<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
下位
解説

伝本が依る元資料の詳細は、ヘダー部分の元資料記述に示されかもしれな い。

<derivation type="original"/>
<derivation type="translation"
 source="#rosette"/>

<!-- ... -->
<!-- in the sourceDesc: -->
<bibl xml:id="rosette">
 <author>de Béranger, Pierre-Jean</author>. <date>1839</date>. "<title level="a">Rosette</title>". In <editor>H. Fournier</editor>, ed. <title level="m">Œuvres complètes de Béranger</title>. <biblScope unit="volume">Vol 2</biblScope> (p. <biblScope unit="page">29-30</biblScope>).
</bibl>
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
}