TEI Lex-0

— A baseline encoding for lexicographic data

12.1.55. <gramGrp>

<gramGrp> (grammatical information group) groups morpho-syntactic information about a lexical item, e.g. <pos>, <gen>, <number>, <case>, or <iType> (inflectional class). [10.3.2. Grammatical Information]
Moduledictionaries — Specification
Attributes
Member of
Contained by
core: cit
May contain
analysis: c pc
dictionaries: gram gramGrp lang usg
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Example
<entry>
 <form>
  <orth>luire</orth>
 </form>
 <gramGrp>
  <pos>verb</pos>
  <subc>intransitive</subc>
 </gramGrp>
</entry>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">
  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.lexPhrase"/>
  <classRef key="model.lexInter"/>
  <elementRef key="gramGrp"/>
  <elementRef key="usg"/>
  <classRef key="model.morphLike"/>
  <classRef key="model.global"/>
 </alternate>
</content>
    
Schema Declaration

element gramGrp
{
   att.global.attributes,
   att.lexicographic.attributes,
   att.typed.attributes,
   (
      text
    | model.gLikemodel.lexPhrasemodel.lexIntergramGrpusgmodel.morphLikemodel.global
   )*
}