<m>

<m> (morfema) representa un morfema gramatical. 17.1 Linguistic Segment Categories
Móduloanalysis — 17 Simple Analytic Mechanisms
Atributos att.segLike (@type, @function, @part) att.metrical (@met, @real, @rhyme)
baseFormidentifica la forma base del morfema
Estado Opcional
Tipo de datos
data.word
Valores a string of characters representing the spelling of the morpheme's base form.
Used by model.segLike
May contain
Declaración
element m
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   attribute baseForm { data.word }?,
   ( text | model.gLike | model.segLike | model.global )*
}
Ejemplo
<w type="adjective">
 <w type="noun">
  <m type="prefixbaseForm="con">com</m>
  <m type="root">fort</m>
 </w>
 <m type="suffix">able</m>
</w>
Nota
May contain character data, <seg>, and <c> elements only.