<hyphenation>

<hyphenation> résume la façon dont les traits d’union de fin de ligne d’un texte source ont été traités dans la version encodée. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Moduleheader — 2 The TEI Header
Attributs att.declarable (@default)
eol (end-of-line) indique si des traits d’union de fin de ligne ont été retenus ou non dans un texte.
Statut Optionel
Les valeurs autorisées sont:
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. [Valeur par défaut]
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.
Utilisé par model.editorialDeclPart
Peut contenir
core: p
linking: ab
Declaration
element hyphenation
{
   att.global.attributes,
   att.declarable.attributes,
   attribute eol { "all" | "some" | "hard" | "none" }?,
   model.pLike+
}
Exemple
<hyphenation eol="some">
 <p>End-of-line hyphenation silently removed where appropriate</p>
</hyphenation>