<wordForm>

<wordForm> Linguistic units built upon tokens
Modulemaf
Attributes att.wordForm.tokens (@tokens) att.wordForm.content (@tag)
lemma lemma attached to a wordForm
Status Optional
Datatype
string
form form attached to a wordForm
Status Optional
Datatype
string
entry lexicon entry attrached to a wordForm
Status Optional
Datatype
xsd:anyURI
Used bymaf transition wfAlt wordForm
May contain
iso-fs: fs
Declaration
element wordForm
{
   attribute lemma { string }?,
   attribute form { string }?,
   attribute entry { xsd:anyURI }?,
   ( att.wordForm.tokens | token* ),
   wordForm*,
   ( att.wordForm.content | fs )?
}