<oRef>

<oRef> (拼字參照) 在字典範例中,參照出標題字的拼字形式。 9.4 Headword and Pronunciation References
組件dictionaries — 9 Dictionaries
屬性 att.ptrLike.form (@target) att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type指出為參照出標題字所做的印刷修飾。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
cap
(capital) 首字母大寫
noHyph
(no hyphen) indicates that the headword, though a prefix or suffix, loses its hyphen
屬於
可包含空白元素
宣告

<rng:element name="oRef">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.ptrLike.form.attributes"/>
<rng:ref name="att.lexicographic.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:empty/>
</rng:element>
element oRef
{
   att.global.attributes,
   att.ptrLike.form.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   empty
}
例子
<entry>
 <form>
  <orth>學院</orth>
 </form>
 <cit type="example">
  <quote>皇家藝術<oRef/>
  </quote>
 </cit>
</entry>