Historical release v0.9.4. Latest at lex-0.org.

TEI Lex-0

Clarity for lexicographers. Stability for data. Compatibility for the future.

10.1.48. <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 lbl usg xr
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.lexicalPhrase"/>
  <classRef key="model.lexicalInter"/>
  <classRef key="model.gramPart"/>
  <classRef key="model.global"/>
 </alternate>
</content>
    
Schema Declaration

element gramGrp
{
   att.global.attributes,
   att.lexicographic.attributes,
   att.typed.attributes,
   (
      text
    | model.gLikemodel.lexicalPhrasemodel.lexicalIntermodel.gramPartmodel.global
   )*
}