<derivation>

<derivation> (derivation) 텍스트의 원본성에 대한 특성과 범위를 기술한다. [15.2.1 The Text Description]
모듈 corpus — Language Corpora
속성
type⚓︎ 텍스트의 유래를 범주화한다.
Derived from att.typed
상태 수의적
자료 유형 teidata.enumerated
샘플 값은 다음을 포함한다 Sample values include:
original
텍스트가 원본이다.
revision
텍스트가 다른 텍스트의 수정본이다.
translation
텍스트가 다른 텍스트의 번역본이다.
abridgment
텍스가 다른 텍스트의 요약본이다.
plagiarism
텍스트가 다른 텍스트의 표절본이다.
traditional
텍스트가 분명한 원본은 없으나, 어떤 공통 텍스트에서 도출된 텍스트들 중 하나이다.
클럽 회원
에 의해 포함된
corpus: textDesc
포함할 수 있다
주석

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

<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
}