<constitution>

<constitution> describes the internal composition of a text or text sample, for example as fragmentary, complete, etc. 15.2.1 The Text Description
Module corpus — 15 Language Corpora
In addition to global attributes In addition to global attributes
type specifies how the text was constituted.
Status Optional
Legal values are:
single
a single complete text [Default]
composite
a text made by combining several smaller items, each individually complete
frags
(fragments) a text made by combining several smaller, not necessarily complete, items
unknown
composition unknown or unspecified
Used by
May contain
Declaration

<rng:element name="constitution">
 <rng:ref name="att.global.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,
   attribute type { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}
Example
<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.