Hmm then I guess I don't understand the LRS spec. For e.g. it defines DrawChar as
Code:
(element.Plot
| element.CR
| element.Fill
| element.CharButton
| element.Yoko
| element.Tate
| element.Nekase
| element.NoBR
| element.DrawChar
| element.Italic
| element.Bold
| SimpleChar1)*
This is exactly the same way SimpleChar1 is defined. But I know that DrawChar is an actual LRFTag F5C3/4??
EDIT: Ah I see DrawChar is redefined as an element later on. Seems to be a rather inconsistent spec.