<pronunciation>

Pronunciation

One way to pronounce the term (<term>) that is being defined in a display term (<term-display>).

Remarks

Content: Pronunciation elements typically have very simple content:
   <pronunciation>trænskrɪpʃən</pronunciation>
   <pronunciation>'äb-`ərs</pronunciation>
   <pronunciation>//dıˈstɜ:bəns/</pronunciation>
Sound files: This element may take the XLink attributes, so a pronunciation element can link to a sound file that pronounces the term.

Attributes

Model Description

Any combination of:

This element may be contained in:

Example

...
<term-sec>
 <label>3.31</label>
 <term-display>
  <term>disturbance</term>
  <pronunciation>dɪˈstɜː.bəns</pronunciation>
  <def>
   <p>the interruption of a stable condition</p>
  </def>
 </term-display>
</term-sec>
...