\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.1.54. <gram>

<gram> (grammatical information) within an entry in a dictionary or a terminological data file, contains grammatical information relating to a term, word, or form. [10.3.2. Grammatical Information]
Moduledictionaries — Specification
Attributes
type
StatusRequired
Suggested values include:
pos
aspect
case
construction
degree
gender
inflectionType
mood
number
tense
valency
collocate
Member of
Contained by
dictionaries: dictScrap gramGrp
May contain
analysis: c pc
dictionaries: lang
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Example
<entry>
 <form>
  <orth>pamplemousse</orth>
 </form>
 <gramGrp>
  <gram type="pos">noun</gram>
  <gram type="gen">masculine</gram>
 </gramGrp>
</entry>
Content model
<content>
 <macroRef key="macro.lexParaContent"/>
</content>
    
Schema Declaration

element gram
{
   att.global.attributes,
   att.lexicographic.attributes,
   att.typed.attribute.subtype,
   attribute type
   {
      "pos"
    | "aspect"
    | "case"
    | "construction"
    | "degree"
    | "gender"
    | "inflectionType"
    | "mood"
    | "number"
    | "tense"
    | "valency"
    | "collocate"
    | xsd:Name
   },
   macro.lexParaContent
}