<m>

<m> (morpheme) represents a grammatical morpheme. [17.1 Linguistic Segment Categories]
Modulanalysis — 17 Simple Analytic Mechanisms
Attributeatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.segLike (@function, @part) (att.metrical (@met, @real, @rhyme)) (att.datcat (@datcat, @valueDatcat)) att.typed (@type, @subtype)
baseFormidentifies the morpheme's base form.
Zustand Optional
Datentyp

<rng:ref name="data.word"/>
data.word
Werte a string of characters representing the spelling of the morpheme's base form.
Verwendet von
Enthalten in
Kann enthalten
Deklaration

<rng:element name="m">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.segLike.attributes"/>
 <rng:ref name="att.metrical.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="baseForm">
   <rng:ref name="data.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="seg"/>
   <rng:ref name="m"/>
   <rng:ref name="c"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element m
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   att.datcat.attributes,
   att.typed.attributes,
   attribute baseForm { data.word }?,
   ( text | model.gLike | seg | m | c | model.global )*
}
Beispiel
<w type="adjective">
 <w type="noun">
  <m type="prefix" baseForm="con">com</m>
  <m type="root">fort</m>
 </w>
 <m type="suffix">able</m>
</w>