production

production — A production in a set of EBNF productions.

Synopsis

production ::=

Attributes

Common linking attributes.

No additional attributes.

Description

A production is a single production in an Extended Backus-Naur Form (EBNF) grammar.

Individual productions have two parts: a lefthand side (lhs) and a righthand side (rhs). Each nonterminal on the lefthand side is defined in terms of other nonterminals and literals on the righthand side.

Attributes

Common linking attributes.

any attribute

Any attribute in any other explicit namespace

Parents

These elements contain production: productionset.

Children

The following elements occur in production: constraint, lhs, rhs.