<pron>

<pron> (pronunciation) contains the pronunciation(s) of the word. 9.3.1 Information on Written and Spoken Forms
Moduledictionaries — 9 Dictionaries
Attributes [att.lexicographic ]
extentindicates whether the pronunciation is for whole word or part.
Status Optional
Datatype
data.enumerated
Sample values include:
full(full form) [Default]
pref(prefix)
suff(suffix)
part(partial)
notationindicates what notation is used for the pronunciation, if more than one occurs in the machine-readable dictionary.
Status Required when applicable
Datatype
data.enumerated
Values Sample values: IPA, Murray, ...
Declaration
element pron
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute extent { data.enumerated }?,
   attribute notation { data.enumerated }?,
   macro.paraContent
}
Example
<entry>
 <form>
  <orth>obverse</orth>
  <pron>'äb-`ərs</pron>,
 <pron extent="prefix">äb-`</pron>, <pron extent="prefix">əb-`</pron>
 </form>
 <gramGrp>
  <pos>n</pos>
 </gramGrp>
</entry>
Contained by model.entryPart model.formPart
May contain