xpdl:InputSets

Deprecated in XPDL 2.2, use  FormalParameters instead

Element Information

Model

xpdl:InputSet+ , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'
Children: xpdl:InputSet

Attributes

Used By

Element xpdl:Activity
Complex Type xpdl:ProcessType

Source

<xsd:element name="InputSets">
  <xsd:annotation>
    <xsd:documentation>Deprecated in XPDL 2.2, use FormalParameters instead</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:InputSet" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample