<hyphenation>

<hyphenation> (hyphenation) 원본 텍스트의 하이픈이 부호화된 버전에서 처리된 방법을 요약한다. [2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements]
모듈 header — The TEI Header
속성
eol⚓︎ (행의 끝) 텍스트에서 행의 끝 하이픈이 포함되었는지의 여부를 표시한다.
상태 수의적
자료 유형 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+
}