Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from cloudregistry/master
Browse files Browse the repository at this point in the history
Remove from-tag attributre from class-invocation
  • Loading branch information
kjd committed Feb 23, 2016
2 parents a050984 + 44013a8 commit b56e8cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lgr-1.0.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,10 @@ variant = element var {

## a "class" element that references the name of another "class"
## (or set-operator like "union") defined elsewhere.
## If used as a matcher (appearing under a "rule" ## element),
## If used as a matcher (appearing under a "rule" element),
## the "count" attribute may be present.
class-invocation = element class {
(
attribute by-ref { class-ref }
| attribute from-tag { tag-ref }),
attribute by-ref { class-ref },
attribute count { count-pattern }?,
attribute comment { text }?
}
Expand Down

0 comments on commit b56e8cf

Please sign in to comment.