<pron>

<pron> (pronunciation) contains the pronunciation(s) of the word. 9.3.1 Information on Written and Spoken Forms
Module dictionaries — 9 Dictionaries
In addition to global attributes att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
extent indicates whether the pronunciation is for whole word or part.
Status Optional
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Sample values include:
full
(full form) [Default]
pref
(prefix)
suff
(suffix)
part
(partial)
Note
notation indicates what notation is used for the pronunciation, if more than one occurs in the machine-readable dictionary.
Status Recommended when applicable
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Values Sample values: IPA, Murray, ...
Used by
May contain
Declaration

<rng:element name="pron">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:optional>
  <rng:attribute name="extent" a:defaultValue="full">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="notation">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
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>