<fsm>

<fsm> (Finite State Machine) Used to describe an ambiguous flow of token and/or wordForm elements
Modulemaf
Attributes
initinit state of the FSM wrt wordForms
Status Optional
Datatype
macro.fsm.state
finalfinal state of the FSM wrt wordForms
Status Optional
Datatype
macro.fsm.state
tinitinit state of the FSM wrt tokens
Status Optional
Datatype
macro.fsm.state
tfinalfinal state of the FSM wrt tokens
Status Optional
Datatype
macro.fsm.state
Used bymaf
May contain
Declaration
element fsm
{
   attribute init { macro.fsm.state }?,
   attribute final { macro.fsm.state }?,
   attribute tinit { macro.fsm.state }?,
   attribute tfinal { macro.fsm.state }?,
   transition+
}