<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

<rng:ref name="data.enumerated"/>
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

<rng:ref name="data.enumerated"/>
data.enumerated
Werte Sample values: IPA, Murray, ...
Verwendet von
Kann enthalten
Deklaration

<rng:element name="pron">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.lexicographic.attributes"/>
<rng:optional>
 <rng:attribute name="extenta: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
}
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>