Plex.content =
meta-roles.content,
element slot { slot.type }*,
((arg | arg.content)+
| repo?
| element slot { slot.type }*
| resl?
| repo
| element slot { slot.type }*
| resl?
| resl
Plex.content =
meta-roles.content,
element slot { slot.type }*,
(((arg | arg.content)+,
repo?,
element slot { slot.type }*,
resl?)?
| (repo,
element slot { slot.type }*,
resl?)
| resl)