<gram>

<gram> (文法情報) 当該項目に関連する文法情報を示す. 9.3.2 Grammatical Information
モジュールdictionaries — 9 Dictionaries
属性 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type当該文法情報の分類を示す.用語を示す場合,ISO WD 12 620に従うこと が望ましい.
状態 任意
データ型
data.enumerated
例としての値は以下の通り:
pos
(part of speech) any of the word classes to which a word may be assigned in a given language, based on form, meaning, or a combination of features, e.g. noun, verb, adjective, etc.
gen
(gender) formal classification by which nouns and pronouns, and often accompanying modifiers, are grouped and inflected, or changed in form, so as to control certain syntactic relationships
num
(number) grammatical number, e.g. singular, plural, dual, …
animate
animate or inanimate
proper
proper noun or common noun
解説
A much fuller list of values for the type attribute may be generated from the dictionary of data element types under preparation as ISO TC 37/SC 3/WD 12 620, Computational Aids in Terminology. See ISO 12 620 for fuller details.
当該モジュールを使用するもの model.morphLike
下位
宣言
element gram
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   macro.paraContent
}
<entry>
 <form>
  <orth>pamplemousse</orth>
 </form>
 <gramGrp>
  <gram type="pos">noun</gram>
  <gram type="gen">masculine</gram>
 </gramGrp>
</entry>
解説
In terminological data, the <gram> element usually refers to the most recently specified <term> or <otherForm> element. In flat term entries, the group and depend attributes may be used to indicate exceptions to this general rule. In dictionaries, the element typically relates to the form or forms with which it is grouped in a <form> or other grouping element.