p:pipelines (sic)

p:pipelines is a wrapper for pipelines and (implementation-dependent)
component declarations.

<p:pipelines>
  <p:declare-component>...</p:declare-component>
  <p:declare-component>...</p:declare-component>
  <p:pipeline>...</p:pipeline>
  <p:pipeline>...</p:pipeline>
</p:pipelines>

p:declare-component declares the name and interface to a component

<p:declare-component name="QName">
  <p:declare-input .../>
  <p:declare-output .../>
</p:declare-component>

Personally, I think we can get away with saying that any additional
information required by the implementation must be provided in
extension attributes.

We'll also need some mechanism for refering to pipelines declared
in external files, the pipelines element doesn't address that.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.

Received on Saturday, 29 July 2006 21:05:43 UTC