<gen>

<gen> (gender) identifies the morphological gender of a lexical item, as given in the dictionary. [9.3.1. Information on Written and Spoken Forms]
Moduledictionaries
Attributes
Member of
Contained by
dictionaries: form
May contain
Note

May contain character data and phrase-level elements. Typical content will be masculine, feminine, neuter etc.

This element is synonymous with <gram type="gender">.

Example
<entry>
 <form>
  <orth>pamplemousse</orth>
 </form>
 <gramGrp>
  <pos>noun</pos>
  <gen>masculine</gen>
 </gramGrp>
</entry>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
element gen
{
   tei_att.global.attributes,
   tei_att.lexicographic.attributes,
   tei_macro.paraContent
}