xpdl:DataAssociation

BPMN 2.0. Depiction of Actual Parameters

Element Information

Model

xpdl:Description{0,1} , xpdl:ExtendedAttributes{0,1} , xpdl:Object{0,1} , xpdl:ConnectorGraphicsInfos{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
ActualParameterRef xpdl:IdRef optional
Reference the ActualParameter being depicted.
From xpdl:IdRef required
Id xpdl:Id required
Name xsd:string optional
To xpdl:IdRef required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="DataAssociation">
  <xsd:annotation>
    <xsd:documentation>BPMN 2.0. Depiction of Actual Parameters</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:Description" minOccurs="0"/>
      <xsd:element ref="xpdl:ExtendedAttributes" minOccurs="0"/>
      <xsd:element ref="xpdl:Object" minOccurs="0"/>
      <xsd:element ref="xpdl:ConnectorGraphicsInfos" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Id" type="xpdl:Id" use="required"/>
    <xsd:attribute name="Name" type="xsd:string" use="optional"/>
    <xsd:attribute name="From" type="xpdl:IdRef" use="required"/>
    <xsd:attribute name="To" type="xpdl:IdRef" use="required"/>
    <xsd:attribute name="ActualParameterRef" type="xpdl:IdRef" use="optional">
      <xsd:annotation>
        <xsd:documentation>Reference the ActualParameter being depicted.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample