<pron>

<pron> (pronunciation) contains the pronunciation(s) of the word. 9.3.1 Information on Written and Spoken Forms
Moduldictionaries — 9 Dictionaries
Attribute att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
extentindicates whether the pronunciation is for whole word or part.
Zustand Optional
Datentyp
data.enumerated
Beispielwerte sind etwa:
full
(full form) [Vorgabe]
pref
(prefix)
suff
(suffix)
part
(partial)
notationindicates what notation is used for the pronunciation, if more than one occurs in the machine-readable dictionary.
Zustand Vorgeschrieben wenn zutreffend
Datentyp
data.enumerated
Werte Sample values: IPA, Murray, ...
Verwendet von model.entryPart model.formPart
Kann enthalten
Deklaration
element pron
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute extent { data.enumerated }?,
   attribute notation { data.enumerated }?,
   macro.paraContent
}
Beispiel
<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>