<w>

<w> (word) represents a grammatical (not necessarily orthographic) word. 17.1 Linguistic Segment Categories
Modulanalysis — 17 Simple Analytic Mechanisms
Attribute att.segLike (@type, @function, @part) att.metrical (@met, @real, @rhyme)
lemmaidentifies the word's lemma (dictionary entry form).
Zustand Optional
Datentyp
data.word
Werte a string of characters representing the spelling of the word's dictionary entry form.
Verwendet von model.segLike
Kann enthalten
Deklaration
element w
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   attribute lemma { data.word }?,
   ( text | model.gLike | model.segLike | model.global )*
}
Beispiel
<w type="verblemma="hit">hitt<m type="suffix">ing</m>
</w>
Anmerkung
May contain character data and <seg>, <w>, <m> and <c> elements.