xpdl:InputSet

Deprecated in XPDL 2.2, use  FormalParameters instead

Element Information

Model

xpdl:Input+ , xpdl:ArtifactInput* , xpdl:PropertyInput* , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

Used By

Element xpdl:InputSets

Source

<xsd:element name="InputSet">
  <xsd:annotation>
    <xsd:documentation>Deprecated in XPDL 2.2, use FormalParameters instead</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:Input" maxOccurs="unbounded"/>
      <xsd:element ref="xpdl:ArtifactInput" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Deprecated in BPMN 2.0, use the Input element instead</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="xpdl:PropertyInput" minOccurs="0" 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