<derivation>

<derivation> (derivation) describe la naturaleza y la originalidad de este texto. [15.2.1 The Text Description]
Módulo corpus — Language Corpora
Atributos
type⚓︎ caracteriza la derivación del texto
Derivado de att.typed
Estado Opcional
Tipo de datos teidata.enumerated
Posibles valores:
original
el texto es original
revision
el texto es una revisión de algún otro texto
translation
el texto es una traducción de algún otro texto
abridgment
el texto es una versión abreviada de algún otro texto
plagiarism
el texto es un plagio de algún otro texto
traditional
el texto no tiene ninguna fuente obvia, pero es uno de los derivados de algún antepasado común
Miembro de
Contenido en
corpus: textDesc
Puede contener
Nota

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

Ejemplo
<derivation type="original"/>
Ejemplo
<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>
Declaración
<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
}