err:XS0036 clarification

Static error err:XS0036 says that: "All the step types in a pipeline
must have unique names: it is a static error if any step type name is
built-in and/or declared or defined more than once in the same scope."

I propose to change the first sentence so that is says:

"All the step types in a pipeline or a library ..."

So that it is obvious that the following is not allowed:

<p:library xmlns:foo="...">
  <p:declare-step type="foo:my-step">
    ...
  </p:declare-step>
  <p:declare-step type="foo:my-step">
    ...
  </p:declare-step>
</p:library>


Regards,
Vojtech

Received on Thursday, 27 November 2008 13:13:01 UTC