<hom>

<hom> (homographe) regroupe les informations relatives à un homographe dans une entrée. [9.2 The Structure of Dictionary Entries]
Moduledictionaries — 9 Dictionaries
Attributsatt.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.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat))
Utilisé par
Contenu dans
core: cit
dictionaries: dictScrap entry entryFree
namesdates: nym
Peut contenir
Declaration

<rng:element name="hom">
 <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.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="sense"/>
   <rng:ref name="model.entryPart.top"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element hom
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   ( sense | model.entryPart.top | model.global )*
}
Exemple
<entry>
 <form>
  <orth>canon</orth>
  <pron>[kanö] </pron>
 </form>
 <hom>
  <gramGrp>
   <pos>n</pos>
   <gen>m.</gen>
  </gramGrp>
  <def>Pièce d'artillerie servant à lancer des projectiles lourds.</def>
 </hom>
 <hom>
  <gramGrp>
   <pos>n.</pos>
   <gen>m.</gen>
  </gramGrp>
  <def>Théol. Loi ecclésiastique.</def>
 </hom>
</entry>