<m>
<m> (morpheme) represents a grammatical morpheme. 17.1 Linguistic Segment Categories | |||||||||
Module | analysis — 17 Simple Analytic Mechanisms | ||||||||
Attributes | att.segLike (@function, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype)
| ||||||||
Used by | |||||||||
May contain | |||||||||
Declaration |
element m { att.global.attributes, att.segLike.attributes, att.metrical.attributes, att.typed.attributes, attribute baseForm { data.word }?, ( text | model.gLike | model.segLike | model.global )* } | ||||||||
Example | <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> | ||||||||
Note | The type attribute may be used to indicate the
type of morpheme, taking values such as clitic,
prefix, stem, etc. as appropriate. |