Historical release v0.9.4. Latest at lex-0.org.

TEI Lex-0

Clarity for lexicographers. Stability for data. Compatibility for the future.

10.1.52. <hyph>

<hyph> (hyphenation) contains a hyphenated form of a dictionary headword, or hyphenation information in some other form. [10.3.1. Information on Written and Spoken Forms]
Moduledictionaries — Specification
Attributes
Member of
Contained by
core: cit
dictionaries: dictScrap form
May contain
analysis: c pc
dictionaries: lang lbl xr
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Example
<entry>
 <form>
  <orth>competitor</orth>
  <hyph>com|peti|tor</hyph>
  <pron>k@m"petit@(r)</pron>
 </form>
</entry>
Content model
<content>
 <macroRef key="macro.lexicalParaContent"/>
</content>
    
Schema Declaration

element hyph
{
   att.global.attributes,
   att.lexicographic.attributes,
   att.notated.attributes,
   macro.lexicalParaContent
}