<etym>

<etym> (etymology) encloses the etymological information in a dictionary entry. 9.3.4 Etymological Information
Moduledictionaries — 9 Dictionaries
Attributes att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
Used by
May contain
Declaration

<rng:element name="etym">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.lexicographic.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
  <rng:ref name="model.phrase"/>
  <rng:ref name="model.inter"/>
  <rng:ref name="usg"/>
  <rng:ref name="lbl"/>
  <rng:ref name="def"/>
<!-- <rng:ref name="trans"/>-->
<!-- <rng:ref name="tr"/>-->
  <rng:ref name="model.morphLike"/>
<!-- <rng:ref name="dicteg"/>-->
  <rng:ref name="xr"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element etym
{
   att.global.attributes,
   att.lexicographic.attributes,
   (
      text
    | model.gLikemodel.phrasemodel.interusglbldefmodel.morphLikexrmodel.global
   )*
}
Example
<entry>
 <form>
  <orth>publish</orth> ... </form>
 <etym>
  <lang>ME.</lang>
  <mentioned>publisshen</mentioned>, <lang>F.</lang>
  <mentioned>publier</mentioned>, <lang>L.</lang>
  <mentioned>publicare, publicatum</mentioned>. <xr>See <ref>public</ref>; cf. 2d <ref>-ish</ref>.</xr>
 </etym>
</entry> (From: Webster's Second International)
Note
May contain character data mixed with any other elements defined in the dictionary tag set.
There is no consensus on the internal structure of etymologies, or even on whether such a structure is appropriate. The etym element accordingly simply contains prose, within which names of languages, cited words, or parts of words, glosses, and examples will typically be prominent. The tagging of such internal objects is optional.