<pron>

<pron> (prononciation) contient la/les prononciation(s) du mot 9.3.1 Information on Written and Spoken Forms
Module dictionaries — 9 Dictionaries
En complément des attributs globaux att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
extent indique si la prononciation se rapporte au mot entier ou seulement à une partie
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Exemple de valeurs possibles:
full
(forme pleine) [Valeur par défaut]
pref
(préfixe)
suff
(suffixe)
part
(partiel)
notation indique le système de notation employé pour noter la prononciation, si le dictionnaire électronique en comprend plus d’un
Statut Recommendé quand applicable
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Valeurs Sample values: IPA, Murray, ...
Utilisé par
Peut contenir
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
}
Exemple
<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>