<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에서 명시한 데이터 요소 유형의 사전을 따른다.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
샘플 값은 다음을 포함한다 Sample values include:
pos
(품사) 형식, 의미, 또는 자질 결합에 근거하여 단어가 제시된 언어에서 할당될 수 있는 단어 부류, 예, 명사, 동사, 형용사 등
gen
(성) 특정 통사적 관련성을 통제하기 위해, 명사와 대명사, 그리고 종종 동반 수식어의 그룹을 나누는, 굴절 또는 형태 변화에 따른 형식적 분류
num
(수) 문법적 수. 예, 단수, 복수, 이중, …
animate
유정 또는 무정
proper
고유명사 또는 보통명사
에 의해 사용된
포함할 수 있다
선언

<rng:element name="gram">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
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>