\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.1.100. <pron>

<pron> (pronunciation) contains the pronunciation(s) of the word. [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
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Note

The values used to specify the notation may be taken from any appropriate project-defined list of values. Typical values might be IPA, Murray, for example.

Example
<entry>
 <form>
  <orth>obverse</orth>
  <pron>'äb-`ərs</pron>,
 <pron extent="pref">äb-`</pron>, <pron extent="pref">əb-`</pron>
 </form>
 <gramGrp>
  <pos>n</pos>
 </gramGrp>
</entry>
Example
<entry>
 <form>
  <orth>transcription</orth>
  <pron notation="IPA">trænskrɪpʃən</pron>
 </form>
 <gramGrp>
  <pos>n</pos>
 </gramGrp>
</entry>
Content model
<content>
 <macroRef key="macro.lexParaContent"/>
</content>
    
Schema Declaration

element pron
{
   att.datable.w3c.attributes,
   att.global.attributes,
   att.lexicographic.attributes,
   att.notated.attributes,
   att.partials.attributes,
   att.typed.attributes,
   macro.lexParaContent
}