Name
assignMethod — Defines how to assign content to start and named patterns
Synopsis
assignMethod ::= "="
|"|="
|"&=" |
May be included in
div, grammar,
include
XML syntax equivalent
None
Description
The assignMethod describes how the content of
start and named patterns are affected by a new
definition. assignMethod may take the values:
= (definition), &=
(combination by interleave), or |= (combination by
choice).