<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> |