<m>

<m> (morpheme) 言語学上の形態素を示す. 17.1 Linguistic Segment Categories
モジュール analysis — 17 Simple Analytic Mechanisms
グローバル属性の他 att.segLike (@function, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype)
baseForm 形態素の基形を示す.
状態 任意
データ型

<rng:ref name="data.word"/>
data.word
a string of characters representing the spelling of the morpheme's base form.
当該モジュールを使用するもの
下位
宣言

<rng:element name="m">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.segLike.attributes"/>
 <rng:ref name="att.metrical.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="baseForm">
   <rng:ref name="data.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="seg"/>
   <rng:ref name="m"/>
   <rng:ref name="c"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element m
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   attribute baseForm { data.word }?,
   ( text | model.gLike | seg | m | c | model.global )*
}
<w type="adjective">
 <w type="noun">
  <m type="prefix" baseForm="con">com</m>
  <m type="root">fort</m>
 </w>
 <m type="suffix">able</m>
</w>