<m>

<m> (morpheme) represents a grammatical morpheme. 17.1 Linguistic Segment Categories
組件analysis — 17 Simple Analytic Mechanisms
屬性 att.segLike (@type, @function, @part) att.metrical (@met, @real, @rhyme)
baseFormidentifies the morpheme's base form.
狀態 非必備的
資料類型
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.