overloading definition in p:pipeline

What should be the behaviour of the XProc processor vis-à-vis the following
pipeline ?

<p:pipeline name="pipeline" xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="schemas" sequence="true"/>
  :
</p:pipeline>

and vis-à-vis the following one ?

<p:pipeline name="pipeline" xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true" sequence="true"/>
  <p:input port="schemas" sequence="true"/>
  :
</p:pipeline>

and lastly vis-à-vis the following one ?

<p:pipeline name="pipeline" xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="false" sequence="true"/>
  <p:input port="schemas" sequence="true"/>
  :
</p:pipeline>

Regards,

Mohamed


-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 9 52 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Monday, 14 July 2008 11:03:15 UTC