<constitution>

<constitution> (composition) décrit la composition interne d'un texte ou d'une partie de texte, par exemple : fragmentaire, complet, etc. [16.2.1 The Text Description]
Module corpus — Language Corpora
Attributs
type⚓︎ précise comment le texte a été constitué.
Dérivé de att.typed
Statut Optionel
Type de données teidata.enumerated
Valeur par défaut single
Membre du
Contenu dans
corpus: textDesc
Peut contenir
Note

La fonction de cet élément s’applique à la fois à l’attribut org dans l'élément div et à l’élémentsamplingDecl dans l'élément encodingDesc.

Exemple
<constitution type="frags">Prologues seulement.</constitution>
Modèle de contenu
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Schéma Declaration
<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:ref name="teidata.enumerated"/>
  </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 { teidata.enumerated }?,
   macro.phraseSeq.limited
}