<pron>

<pron> (發音) 包含該字的一種或多種發音方法。 9.3.1 Information on Written and Spoken Forms
組件 dictionaries — 9 Dictionaries
除全域屬性以外 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
extent 指出該發音為完整或部分發音。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
full
(full form) [預設值]
pref
(prefix)
suff
(suffix)
part
(partial)
notation 若機讀詞典中出現一個以上的發音記號,在此指出用於該發音的記號。
狀態 可應用時推薦應用
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
Sample values: IPA, Murray, ...
屬於
可包含
宣告

<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
}
例子
<entry>
 <form>
  <orth></orth>
  <pron>jiang4</pron>
 </form>
 <gramGrp>
  <pos>名詞</pos>
 </gramGrp>
</entry>