<hyphenation>

<hyphenation> indica el modo en que han sido tratados el uso del guión presente en el texto fuente en la versión codificada de este. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Móduloheader — 2 The TEI Header
Atributos att.declarable (@default)
eol (end-of-line) indica si el uso del guión al final de la línea se ha conservado en un texto.
Estado Opcional
Los valores admitidos son:
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. [Por defecto]
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.
Used by model.editorialDeclPart
May contain
core: p
linking: ab
Declaración
element hyphenation
{
   att.global.attributes,
   att.declarable.attributes,
   attribute eol { "all" | "some" | "hard" | "none" }?,
   model.pLike+
}
Ejemplo
<hyphenation eol="some">
 <p>End-of-line hyphenation silently removed where appropriate</p>
</hyphenation>