<lang>

<lang> (language name) contains the name of a language mentioned in etymological or other linguistic discussion. [9.3.4. Etymological Information]
Moduledictionaries
Attributes
Member of
Contained by
May contain
Note

May contain character data mixed with phrase-level elements.

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. <ref>2d -ish</ref>.</xr>
 </etym>
</entry>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
element lang
{
   tei_att.global.attributes,
   tei_att.lexicographic.attributes,
   tei_macro.paraContent
}