<m>

<m> (morpheme) represents a grammatical morpheme. 17.1 Linguistic Segment Categories
Moduleanalysis — 17 Simple Analytic Mechanisms
Attributes [att.segLike ]
baseFormidentifies the morpheme's base form.
Status Optional
Datatype
data.word
Values a string of characters representing the spelling of the morpheme's base form.
Declaration
element m
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   attribute baseForm { data.word }?,
   ( text | model.gLike | model.segLike | model.global )*
}
Example
<w type="adjective">
 <w type="noun">
  <m type="prefixbaseForm="con">com</m>
  <m type="root">fort</m>
 </w>
 <m type="suffix">able</m>
</w>
Note
May contain character data, seg, and c elements only.
Contained by model.segLike
May contain