<constitution>

<constitution> (constitution) describe la composición interna de un texto o de un texto de muestra, por ejemplo como fragmentario, completo, etc. [15.2.1 The Text Description]
Módulo corpus — Language Corpora
Atributos att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (type, @subtype)
type⚓︎ indica cómo el texto fue constituido
Derivado de att.typed
Estado Opcional
Tipo de datos teidata.enumerated
Los valores admitidos son:
single
un texto individual completo [Por defecto]
composite
un texto compuesto por la combinación de varios elementos más pequeños, cada uno individualmente completo
frags
(un texto construido a partir de la combinación de varios pequeños, no necesariamenteelementos completos.) un texto compuesto por la combinación de varios más pequeños, no necesariamente elementos completosEsta traducción necesita ser actualizada.
unknown
composición desconocida o inespecificada
Miembro de
Contenido en
corpus: textDesc
Puede contener
Nota

The function of this element seems to overlap with both the org attribute on div and the samplingDecl in the encodingDesc.

Ejemplo
<constitution type="frags">Prologues only.</constitution>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Declaración
<rng:element name="constitution">
 <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"
   a:defaultValue="single">

   <rng:choice>
    <rng:value>single</rng:value>
    <rng:value>composite</rng:value>
    <rng:value>frags</rng:value>
    <rng:value>unknown</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element constitution
{
   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 { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}