<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
샘플 값은 다음을 포함한다 Sample values include:
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>take</orth>
 </form>
 <cit type="example">
  <quote>Mr Burton <oVar type="pt">took</oVar> us for French</quote>
 </cit>
</entry>