<oVar>

<oVar> (拼字變化參照) 在字典範例中,參照出標題字的拼字變化形式。 9 Dictionaries
組件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
實例值包含:
pt
(past tense)
pp
(past participle)
prp
(present participle)
f
(feminine)
pl
(plural)
屬於
可包含
dictionaries: oRef
gaiji: g
宣告

<rng:element name="oVar">
<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:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
  <rng:ref name="oRef"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element oVar
{
   att.global.attributes,
   att.ptrLike.form.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   ( text | model.gLike | oRef )*
}
例子
<entry>
 <form>
  <orth></orth>
 </form>
 <cit type="example">
  <quote>感我此言良久立,<oVar type="異體字"></oVar> 坐促弦弦轉急</quote>
 </cit>
</entry>