<entry>

<entry> contains a reasonably well-structured dictionary entry. 9.1 Dictionary Body and Overall Structure 9.2 The Structure of Dictionary Entries
Moduledictionaries — 9 Dictionaries
Attributes att.entryLike (@type, @sortKey)
Used by
May contain
Declaration

<rng:element name="entry">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.entryLike.attributes"/>
<rng:oneOrMore>
 <rng:choice>
  <rng:ref name="hom"/>
  <rng:ref name="sense"/>
  <rng:ref name="model.entryPart.top"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:oneOrMore>
</rng:element>
element entry
{
   att.global.attributes,
   att.entryLike.attributes,
   ( hom | sense | model.entryPart.top | model.global )+
}
Example
<entry>
 <form>
  <orth>disproof</orth>
  <pron>dIs"pru:f</pron>
 </form>
 <gramGrp>
  <pos>n</pos>
 </gramGrp>
 <sense n="1">
  <def>facts that disprove something.</def>
 </sense>
 <sense n="2">
  <def>the act of disproving.</def>
 </sense>
</entry>
Note
Like all elements, entry inherits an xml:id attribute from the class global. No restrictions are placed on the method used to construct xml:ids; one convenient method is to use the orthographic form of the headword, appending a disambiguating number where necessary. Identification codes are sometimes included on machine-readable tapes of dictionaries for in-house use.