xpdl:TaskUser

BPMN

Element Information

Model

xpdl:Performers{0,1} , xpdl:MessageIn{0,1} , xpdl:MessageOut{0,1} , xpdl:WebServiceOperation{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
Implementation restriction of xsd:NMTOKEN WebService optional
Required if the Task is User
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Task

Source

<xsd:element name="TaskUser">
  <xsd:annotation>
    <xsd:documentation>BPMN</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:Performers" minOccurs="0"/>
      <xsd:element name="MessageIn" type="xpdl:MessageType" minOccurs="0"/>
      <xsd:element name="MessageOut" type="xpdl:MessageType" minOccurs="0"/>
      <xsd:element ref="xpdl:WebServiceOperation" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Implementation" use="optional" default="WebService">
      <xsd:annotation>
        <xsd:documentation>Required if the Task is User</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="WebService"/>
          <xsd:enumeration value="Other"/>
          <xsd:enumeration value="Unspecified"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample