xpdl:ArtifactInput

Element Information

Model

ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
ArtifactId xsd:NMTOKEN required
RequiredForStart xsd:boolean true optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:InputSet

Source

<xsd:element name="ArtifactInput">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="ArtifactId" type="xsd:NMTOKEN" use="required"/>
    <xsd:attribute name="RequiredForStart" type="xsd:boolean" use="optional" default="true"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample