<w>

<w> 文法上の語を示す(正書形である必要はない). [17.1 Linguistic Segment Categories]
モジュールanalysis — Simple Analytic Mechanisms
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.segLike (@function) (att.metrical (@met, @real, @rhyme)) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype)
lemma当該語の,辞書の見出し形を示す.
状態 任意
データ型

<rng:ref name="data.text"/>
data.text
lemmaRefprovides a pointer to a definition of the lemma for the word, for example in an online lexicon.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
クラブのメンバー
上位
下位
宣言

<rng:element name="w">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.segLike.attributes"/>
 <rng:ref name="att.metrical.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.fragmentable.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="lemma">
   <rng:ref name="data.text"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="lemmaRef">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="seg"/>
   <rng:ref name="w"/>
   <rng:ref name="m"/>
   <rng:ref name="c"/>
   <rng:ref name="pc"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.lPart"/>
   <rng:ref name="model.hiLike"/>
   <rng:ref name="model.pPart.edit"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element w
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   att.datcat.attributes,
   att.fragmentable.attributes,
   att.typed.attributes,
   attribute lemma { data.text }?,
   attribute lemmaRef { data.pointer }?,
   (
      text
    | model.gLikesegwmcpcmodel.globalmodel.lPartmodel.hiLikemodel.pPart.edit
   )*
}
<w
  type="verb"
  lemma="hit"
  lemmaRef="http://www.example.com/lexicon/hitvb.xml">
hitt<m type="suffix">ing</m>
</w>