<m>

<m> (morpheme) represents a grammatical morpheme. [17.1. Linguistic Segment Categories]
Moduleanalysis
Attributes
baseFormsupplies the morpheme's base form.
Status Optional
Datatype teidata.word
Member of
Contained by
May contain
Note

The type attribute may be used to indicate the type of morpheme, taking values such as clitic, prefix, stem, etc. as appropriate.

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>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.hiLike"/>
  <elementRef key="seg"/>
  <elementRef key="m"/>
  <elementRef key="c"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Schema Declaration
element m
{
   tei_att.global.attributes,
   tei_att.segLike.attributes,
   tei_att.typed.attributes,
   tei_att.notated.attributes,
   attribute baseForm { teidata.word }?,
   (
      text
    | tei_model.gLike
    | tei_model.hiLike
    | tei_seg
    | tei_m
    | tei_c
    | tei_model.global
   )*
}