<constitution>

<constitution> (constitution) describes the internal composition of a text or text sample, for example as fragmentary, complete, etc. [15.2.1 The Text Description]
Modul corpus — Language Corpora
Attribute
type⚓︎ specifies how the text was constituted.
Abgeleitet aus att.typed
Zustand Optional
Datentyp teidata.enumerated
Gültige Werte:
single
a single complete text [Vorgabe]
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
Mitglied des
Enthalten in
corpus: textDesc
Kann enthalten
Anmerkung

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

Beispiel
<constitution type="frags">Prologues only.</constitution>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Schema Deklaration
<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: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.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 { "single" | "composite" | "frags" | "unknown" }?,
   macro.phraseSeq.limited
}