Scoping of step types

Hi all,

Section 3.2 (Scoping of Names) says:

"In other words, the step types that are in scope in a p:pipeline or
p:declare-step are:
    * ...
    * Any step types declared in the pipeline.
    * ...
"

I wonder whether "Any step types declared in the pipeline" shouldn't be
changed to: "Any step types declared in the pipeline (the p:declare-step
children of the pipeline)", which would be similar to what we say for
p:library.

The present sentence does not make it clear that nested step
declarations are not visible (... or are they?)

Regards,
Vojtech

Received on Friday, 28 November 2008 13:33:36 UTC