<m>

<m> (morphème) représente un morphème grammatical [17.1 Linguistic Segment Categories]
Moduleanalysis — 17 Simple Analytic Mechanisms
Attributsatt.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)
baseFormidentifie la forme de base du morphème
Statut Optionel
Type de données

<rng:ref name="data.word"/>
data.word
Valeurs chaîne de caractères représentant l'orthographe de la forme de base du morphème
Utilisé par
Contenu dans
Peut contenir
Declaration

<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 )*
}
Exemple
<w type="adjective">
 <w type="noun">
  <m type="prefix" baseForm="con">con</m>
  <m type="root">fort</m>
 </w>
 <m type="suffix">able</m>
</w>
Note
L'attribut type peut être utilisé pour préciser le type de morphème, avec des valeurs telles que clitique, préfixe, stemma, etc. selon le cas.