<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>End-of-line hyphenation silently removed where appropriate</p>
</hyphenation>