production

production — A production in a set of EBNF productions

Synopsis

production ::=

Attributes

Common attributes (ID required) and common linking attributes.

Description

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

Individual productions have two parts, a left hand side (lhs) and a right hand side (rhs). Each nonterminal on the left hand side is defined in terms of other non-terminals and literals on the right hand side.

Parents

These elements contain production: productionset.

Children

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

ChangeLog

This alpha reference page is $Revision: 7120 $ published Sun, 22 Jul 2007.