<hyphenation>

<hyphenation> 元資料にあるハイフネーションを,符号化の際にど のように扱ったのかを示す. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
モジュールheader — 2 The TEI Header
属性 att.declarable (@default)
eol (end-of-line) 行末のハイフンをそのまま残したかどうかを示す.
状態 任意
正当な値:
all
all end-of-line hyphenation has been retained, even though the lineation of the original may not have been.
some
end-of-line hyphenation has been retained in some cases. [初期値]
hard
all soft end-of-line hyphenation has been removed: any remaining end-od-line hyphenation should be retained.
none
all end-of-line hyphenation has been removed: any remaining hyphenation occurred within the line.
当該モジュールを使用するもの model.editorialDeclPart
下位
core: p
linking: ab
宣言
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>