<hom>

<hom> (omografo) raggruppa le informazioni attinenti a un omografo all'interno di una voce. 9.2 The Structure of Dictionary Entries
Modulodictionaries — 9 Dictionaries
Attributi att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
Usato daentry model.entryPart
Può contenere
Dichiarazione
element hom
{
   att.global.attributes,
   att.lexicographic.attributes,
   ( sense | model.entryPart.top | model.global )*
}
Esempio
<entry>
 <form>
  <orth>bray</orth>
  <pron>breI</pron>
 </form>
 <hom>
  <gramGrp>
   <pos>n</pos>
  </gramGrp>
  <def>cry of an ass; sound of a trumpet.</def>
 </hom>
 <hom>
  <gramGrp>
   <pos>vt</pos>
   <subc>VP2A</subc>
  </gramGrp>
  <def>make a cry or sound of this kind.</def>
 </hom>
</entry>