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