xpdl:DataObjects

BPMN 2.0 DataObject References as flow elements go here

Element Information

Model

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

Attributes

Used By

Element xpdl:ActivitySet
Complex Type xpdl:ProcessType

Source

<xsd:element name="DataObjects">
  <xsd:annotation>
    <xsd:documentation>BPMN 2.0 DataObject References as flow elements go here</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:DataObject" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample