<hyphenation>

<hyphenation> (hyphenation) 元資料にあるハイフンが、符号化される場合にどのように扱われたかを示す。 [2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements]
モジュール header — The TEI Header
属性
eol⚓︎ (end-of-line) 行末のハイフンをそのまま残したかどうかを示す。
状態 任意
データ型 teidata.enumerated
正当な値:
all
元資料では改行がなかったが、行末にあるハイフンは残した。
some
行末にあるハイフンは、場合によっては残した。 [初期値]
hard
行末にあるハイフンの殆どは除いた。いくらかは残した。
none
行末にあるハイフンは全て除いた。行中にはハイフンが残っている。
クラブのメンバー
上位
下位
core: p
linking: ab
<hyphenation eol="some">
 <p>End-of-line hyphenation silently removed where appropriate</p>
</hyphenation>
Content model
<content>
 <classRef key="model.pLikeminOccurs="1"
  maxOccurs="unbounded"/>

</content>
宣言
<rng:element name="hyphenation">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.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.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.declarable.attributes,
   attribute eol { "all" | "some" | "hard" | "none" }?,
   model.pLike+
}