<hyphenation>

<hyphenation> 元資料にあるハイフンが,符号化される場合にどのように扱われたかを示す. 2.3.3 編集方法宣言 15.3.2 Declarable Elements
モジュールheader — 2 TEIヘダー
属性 att.declarable (@default)
eol 行末のハイフンをそのまま残したかどうかを示す.
状態 任意
正当な値:
all
元資料では改行がなかったが,行末にあるハイフンは残した.
some
行末にあるハイフンは,場合によっては残した. [初期値]
hard
行末にあるハイフンの殆どは除いた.いくらかは残した.
none
行末にあるハイフンは全て除いた.行中にはハイフンが残っている.
当該モジュールを使用するもの
下位
core: p
linking: ab
宣言

<rng:element name="hyphenation">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:optional>
 <rng:attribute name="eola: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.declarable.attributes,
   attribute eol { "all" | "some" | "hard" | "none" }?,
   model.pLike+
}
<hyphenation eol="some">
 <p>End-of-line hyphenation silently removed where appropriate</p>
</hyphenation>