<hyphenation>
<hyphenation> (hyphenation) summarizes the way in which hyphenation in a source text has been treated in an encoded version of it. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] | |||||||||
Module | header | ||||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default)
| ||||||||
Member of | |||||||||
Contained by | header: editorialDecl | ||||||||
May contain | |||||||||
Example | <hyphenation eol="some"> <p>End-of-line hyphenation silently removed where appropriate</p> </hyphenation> | ||||||||
Content model | <content> | ||||||||
Schema Declaration | element hyphenation { tei_att.global.attributes, tei_att.declarable.attributes, attribute eol { "all" | "some" | "hard" | "none" }?, tei_model.pLike+ } |