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.95. <stress>

<stress> (stress) contains the stress pattern for a dictionary headword, if given separately. [10.3.1. Information on Written and Spoken Forms]
Moduledictionaries — Specification
Attributes
Member of
Contained by
dictionaries: form
May contain
analysis: c pc
dictionaries: lang lbl xr
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Note

Usually stress information is included within pronunciation information.

Example
<form>
 <orth>alternating current</orth>
 <stress>,....'..</stress>
</form>
Content model
<content>
 <macroRef key="macro.lexicalParaContent"/>
</content>
    
Schema Declaration

element stress
{
   att.global.attributes,
   att.notated.attributes,
   macro.lexicalParaContent
}