◇◆
<pronunciation> Pronunciation
One way to pronounce the term (<term>) that is being defined in a display term (<term-display>).
Usage/Remarks
Pronunciation elements typically have very simple content:
<pronunciation>trænskrɪpʃən</pronunciation> <pronunciation>'äb-`ərs</pronunciation> <pronunciation>//dıˈstɜ:bəns/</pronunciation>
This element may take the XLink attributes, so a pronunciation element can link to
a sound file that pronounces the term.
Attributes
Linking Attributes
xlink:type (fixed value = simple)
Namespaces
xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
Models and Context
May be contained in
Description
Content Model
<!ELEMENT pronunciation (#PCDATA %pronunciation-elements; )* >
Expanded Content Model
(#PCDATA | bold | italic | sub | sup)*
Tagged Sample
In <term-display>
...
<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>
...
Related Resources
- For a discussion on tagging terms and definitions in a Term Section (<term-sec>), see Tagging Terms and Definitions.