<constitution>

<constitution> descrive la composizione interna di un testo o di un campione di testo, ad esempio frammentario, completo, ecc. [15.2.1 The Text Description]
Modulocorpus — 15 Language Corpora
Attributiatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
typespecifica come era costituito il testo.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
I valori legali sono:
single
un unico testo completo [Valore di default]
composite
un testo fatto di una serie di più piccole unità bibliografiche, ciscuna individualmente completa
frags
(frammenti) un testo fatto di unità bibliografiche più piccole, non necessariamente complete
unknown
composizione sconosciuta o non specificata
Usato da
Contenuto in
corpus: textDesc
Può contenere
Dichiarazione

<rng:element name="constitution">
 <rng:ref name="att.global.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: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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute type { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}
Esempio
<constitution type="frags">Prologues only.</constitution>