<constitution>

<constitution> (composition) décrit la composition interne d'un texte ou d'un échantillon de texte, par exemple fragmentaire, complet, etc... 15.2.1 The Text Description
Modulecorpus — 15 Language Corpora
Attributs
typeprécise comment le texte a été constitué.
Statut Optionel
Les valeurs autorisées sont:
single
a single complete text [Valeur par défaut]
composite
a text made by combining several smaller items, each individually complete
frags
(un texte constitué de la combinaison de plusieurs items plus petits, pas nécessairement complets.) a text made by combining several smaller, not necessarily complete, items
unknown
composition unknown or unspecified
Utilisé par model.textDescPart
Peut contenir
Declaration
element constitution
{
   att.global.attributes,
   attribute type { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}
Exemple
<constitution type="frags">Prologues only.</constitution>
Note
The function of this element seems to overlap with both the org attribute on <div> and the <samplingDecl> in the <encodingDesc>.