<hyphenation>

<hyphenation> 概述來源文件裡的連字符號在電子化的版本中是如何被處理的。 [2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements]
組件header — 2 The TEI Header
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.declarable (@default)
eol (end-of-line) 指出行末連字符號是否在文本中被保留。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
合法的值是:
all
保留所有行末連字符號,即使原文中的不被保留。
some
行末連字符號在某些情況下被保留。 [預設值]
hard
所有軟音的行末連字符號皆被移除:任何剩下的行末連字符號應該被保留。
none
所有行末連字符號皆被移除:剩下的是行中出現的行末連字符號。
屬於
可包含在於
可包含
core: p
linking: ab
宣告

<rng:element name="hyphenation">
 <rng:ref name="att.global.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.declarable.attributes"/>
 <rng:optional>
  <rng:attribute name="eol" a:defaultValue="some">
   <rng:choice>
    <rng:value>all</rng:value>
    <rng:value>some</rng:value>
    <rng:value>hard</rng:value>
    <rng:value>none</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
</rng:element>
element hyphenation
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.declarable.attributes,
   attribute eol { "all" | "some" | "hard" | "none" }?,
   model.pLike+
}
例子
<hyphenation eol="some">
 <p>行末連字符號,必要時可以移除。</p>
</hyphenation>