<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ódulocorpus — 15 Language Corpora
Atributos
typeindica cómo el texto fue constituido
Estado Opcional
Los valores admitidos son:
single
a single complete text [Por defecto]
composite
a text made by combining several smaller items, each individually complete
frags
(un texto construido a partir de la combinación de varios pequeños, no necesariamenteelementos completos.) a text made by combining several smaller, not necessarily complete, items
unknown
composition unknown or unspecified
Used by model.textDescPart
May contain
Declaración
element constitution
{
   att.global.attributes,
   attribute type { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}
Ejemplo
<constitution type="frags">Prologues only.</constitution>
Nota
The function of this element seems to overlap with both the org attribute on <div> and the <samplingDecl> in the <encodingDesc>.