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+`.