Current schema is ```` Prelude = element prelude {BlockText+} Interlude = element interlude {BlockText+} Postlude = element postlude {BlockText+} ```` but would be nice if those `BlockText+` were changed to `BlockStatement+`.
Current schema is
but would be nice if those
BlockText+were changed toBlockStatement+.