<m>
<m> (語素) 表示文法上的語素。 17.1 Linguistic Segment Categories | |||||||||
組件 | analysis — 17 Simple Analytic Mechanisms | ||||||||
屬性 | att.segLike (@type, @function, @part) att.metrical (@met, @real, @rhyme)
| ||||||||
屬於 | model.segLike | ||||||||
可包含 | |||||||||
宣告 |
element m { att.global.attributes, att.segLike.attributes, att.metrical.attributes, attribute baseForm { data.word }?, ( text | model.gLike | model.segLike | model.global )* } | ||||||||
例子 | <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> |