<m>

<m> (morpheme) 言語学上の形態素を示す. 17.1 Linguistic Segment Categories
モジュールanalysis — 17 Simple Analytic Mechanisms
属性 att.segLike (@type, @function, @part) att.metrical (@met, @real, @rhyme)
baseForm 形態素の基形を示す.
状態 任意
データ型
data.word
a string of characters representing the spelling of the morpheme's base form.
当該モジュールを使用するもの model.segLike
下位
宣言
element m
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   attribute baseForm { data.word }?,
   ( text | model.gLike | model.segLike | model.global )*
}
<w type="adjective">
 <w type="noun">
  <m type="prefixbaseForm="con">com</m>
  <m type="root">fort</m>
 </w>
 <m type="suffix">able</m>
</w>
解説
May contain character data, <seg>, and <c> elements only.