RE: Updated testsuite schema

Hi all,

The t:parameter element is defined in the test schema as:

<t:parameter
  name = QName
  value = string/>

Shouldn't it contain a "port" attribute?

<t:parameter
  port = NCName
  name = QName
  value = string/>

Maybe we can say that, as a syntactic shortcut, if the test pipeline
contains only one (primary) parameter input port, the "port" attribute
is not necessary.

Regards,
Vojtech

Received on Friday, 17 October 2008 15:01:43 UTC