xpdl:TaskReference

Deprecated in XPDL 2.2

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
TaskRef xpdl:IdRef required
BPMN: Pointer to Activity/@Id that defines the task.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Task

Source

<xsd:element name="TaskReference">
  <xsd:annotation>
    <xsd:documentation>Deprecated in XPDL 2.2</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="TaskRef" type="xpdl:IdRef" use="required">
      <xsd:annotation>
        <xsd:documentation>BPMN: Pointer to Activity/@Id that defines the task.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample