| <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] |
| Module | dictionaries — Specification |
| Attributes | | type | | Status | Required | | Suggested values include: | - pos
- aspect
- case
- construction
- degree
- gender
- inflectionType
- mood
- number
- tense
- valency
- collocate
|
|
|
| Member of | |
| Contained by | |
| May contain | |
| 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
}⚓
|