<pVar>

<pVar> (pronunciation-variant reference) in a dictionary example, indicates a reference to variant pronunciation(s) of the headword. [9 Dictionaries]
Moduldictionaries — 9 Dictionaries
Attributeatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.pointing (@targetLang, @target, @evaluate) att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat))
Verwendet von
Enthalten in
Kann enthalten
dictionaries: pRef
gaiji: g
Deklaration

<rng:element name="pVar">
 <rng:ref name="att.global.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.pointing.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.pointing.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   ( text | model.gLike | pRef )*
}
Beispiel
<entry>
 <form>
  <orth>umfahren</orth>
  <pron xml:id="umfahren1a">umf'ahren</pron>
  <pron xml:id="umfahren2a">'umfahren</pron>
 </form>
 <cit>
  <quote>Weil Paul die Pfütze <pVar target="#umfahren1a">um'fuhr</pVar>, blieb er trocken.</quote>
 </cit>
 <cit>
  <quote>Weil Paul das Schild <pVar target="#umfahren2a">'umfuhr</pVar>, ging es kaputt.</quote>
 </cit>
</entry>