rhs
rhs — The right-hand side of an EBNF production.
Synopsis
rhs ::=
- Zero or more of:
Attributes
Common attributes and common linking attributes.
No additional attributes.
Description
The righthand side (rhs
) of a production
provides a definition for the nonterminal
on the
lefthand side (lhs
) of the
production
.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
These elements contain rhs
: production
.
Children
The following elements occur in rhs
: text, lineannotation
, nonterminal
, sbr
.