| <lang> (language name) contains the name of a language mentioned in etymological or other linguistic discussion. [10.3.4. Etymological Information] |
| Module | dictionaries — Specification |
| Attributes | |
| Member of | |
| Contained by | |
| May contain | |
| Note | May contain character data mixed with phrase-level elements. |
| Example | <cit type="cognate">
<lang>dän.</lang>
<form>
<orth xml:lang="da">indgang</orth>
</form>
</cit>
|
| Example | <cit type="etymon">
<lang>mhd.</lang>
<form type="variant">
<orth xml:lang="gmh">vreten</orth>
</form>
<form type="variant">
<orth xml:lang="gmh">vretten</orth>
</form>
<form type="variant">
<orth xml:lang="gmh">vraten</orth>
</form>
<gloss>entzünden</gloss>
<pc>;</pc>
<gloss>wundreiben</gloss>
<pc>;</pc>
<gloss>herumziehen</gloss>
<pc>;</pc>
<gloss>quälen</gloss>
<pc>;</pc>
<gloss>plagen</gloss>
</cit>
|
| Content model |
<content>
<macroRef key="macro.lexParaContent"/>
</content>
⚓ |
| Schema Declaration |
element lang
{
att.global.attributes,
att.lexicographic.attributes,
macro.lexParaContent
}⚓
|