Skip to content

Plex.content is incorrect in dr-flat.rnc #73

@greenTara

Description

@greenTara

Instead of

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

Should be

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions