<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>