xpdl:GlobalActivities

BPMN 2.0: List of activities that are callable BPMN 2.0 Call Activity

Element Information

Model

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

Attributes

Used By

Complex Type xpdl:PackageType

Source

<xsd:element name="GlobalActivities">
  <xsd:annotation>
    <xsd:documentation>BPMN 2.0: List of activities that are callable BPMN 2.0 Call Activity</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:Activity" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>BPMN 2.0: globalsTasks</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