xpdl:TaskScript

BPMN

Element Information

Model

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

Attributes

Used By

Element xpdl:Task

Source

<xsd:element name="TaskScript">
  <xsd:annotation>
    <xsd:documentation>BPMN</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Script" type="xpdl:ExpressionType">
        <xsd:annotation>
          <xsd:documentation>BPMN</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample