<w>

<w> 文法上の語を示す(正書形である必要はない). 17.1 言語学的区分
モジュールanalysis — 17 簡易分析機能
属性 att.segLike
lemma 当該語の,辞書の見出し形を示す.
状態 任意
データ型
		 <rng:ref name="data.word"/>
     
 data.word
     
当該語の辞書項目形の綴りを示す文字列.
当該モジュールを使用するもの
下位
宣言
<rng:element name="w">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.segLike.attributes"/>
 <rng:ref name="att.metrical.attributes"/>
 <rng:optional>
  <rng:attribute name="lemma">
   <rng:ref name="data.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.segLike"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
 element w
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   attribute lemma { data.word }?,
   ( text | model.gLike | model.segLike | model.global )*
}
      
<w
  type="verb"
  lemma="hit"
  lemmaRef="http://www.example.com/lexicon/hitvb.xml">
hitt<m type="suffix">ing</m>
</w>