Skip to content

Commit

Permalink
rename type for ambiguity
Browse files Browse the repository at this point in the history
opoudjis committed Sep 2, 2024
1 parent 8c42488 commit eb744e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammars/reqt.rnc
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ recommendation = element recommendation { RequirementType }
permission = element permission { RequirementType }

RequirementType =
attribute obligation { ObligationType }?,
attribute obligation { ReqtObligationType }?,
attribute unnumbered { xsd:boolean }?,
attribute number { text }?,
attribute subsequence { text }?,
@@ -52,5 +52,5 @@ RequirementSubpart =
(BasicBlock|component)+


ObligationType = ( "requirement" | "recommendation" | "permission" )
ReqtObligationType = ( "requirement" | "recommendation" | "permission" )

0 comments on commit eb744e8

Please sign in to comment.