<constitution>

<constitution> (constitution) descrive la composizione interna di un testo o di un campione di testo, ad esempio frammentario, completo, ecc. [16.2.1 The Text Description]
Modulo corpus — Language Corpora
Attributi
type⚓︎ specifica come era costituito il testo.
Derivato da att.typed
Stato Opzionale
Tipo di dati teidata.enumerated
Valore di default single
Membro del
Contenuto in
corpus: textDesc
Può contenere
Nota

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

Esempio
<constitution type="frags">Prologues only.</constitution>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Dichiarazione
<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
}