<segmentation>

<segmentation> 描述文件分割的原理方法,例如分割成句子、音調單位、字形層次等。 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
組件 header — 2 The TEI Header
除全域屬性以外 att.declarable (@default)
屬於
可包含
core: p
linking: ab
宣告

<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+
}
例子
<segmentation>
 <p>
  <gi>s</gi> elements mark orthographic sentences and are numbered sequentially within
   their parent <gi>div</gi> element </p>
</segmentation>
例子
<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>