<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
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.lexicographic (@expand, @split, @value, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat, @targetDatcat)) (att.lexicographic.normalized (@norm, @orig))
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
}