<pVar>

<pVar> (발음-변이 참조) 사전의 예에서 표제어의 변이 발음 참조를 표시한다. [9 Dictionaries]
모듈dictionaries — Dictionaries
속성att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.pointing (@targetLang, @target, @evaluate) att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat))
notation기계가독형 사전에 여러 표기법이 있다면, 발음에 대한 어떤 표기법이 사용되었는지를 표시한다.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
<entry>
 <form>
  <orth>transcription</orth>
  <pron notation="IPA">trænskrɪpʃən</pron>
 </form>
 <gramGrp>
  <pos>n</pos>
 </gramGrp>
</entry>
클럽 회원
에 의해 포함된
포함할 수 있다
dictionaries: pRef
gaiji: g
선언

<rng:element name="pVar">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:optional>
  <rng:attribute name="notation">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="pRef"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element pVar
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.pointing.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   attribute notation { data.enumerated }?,
   ( text | model.gLike | pRef )*
}