<segmentation>

<segmentation> gibt an, nach welchen Prinzipien ein Text segmentiert wurde, zum Beispiel in Sätze, Tonsequenzen, graphemische Einheiten, usw. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Modulheader — 2 The TEI Header
Attribute att.declarable (@default)
Verwendet von
Kann enthalten
core: p
linking: ab
Deklaration

<rng:element name="segmentation">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:oneOrMore>
 <rng:ref name="model.pLike"/>
</rng:oneOrMore>
</rng:element>
element segmentation
{
   att.global.attributes,
   att.declarable.attributes,
   model.pLike+
}
Beispiel
<segmentation>
 <p>
  <gi>s</gi> elements mark orthographic sentences and
   are numbered sequentially
   within their parent <gi>div</gi> element
 </p>
</segmentation>
Beispiel
<p>
 <gi>seg</gi> elements are used to mark functional constituents
of various types within each <gi>s</gi>; the typology used is defined
by a <gi>taxonomy</gi> element in the corpus header <gi>classDecl</gi>
</p>