xpdl:DataStoreReference

BPMN 2.0 DataStore reference.

Element Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
DataStoreRef xpdl:IdRef required
Id xpdl:Id required
BPMN: unique identifier
Name xsd:string optional
BPMN: label of the flow object in the diagram
State xsd:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="DataStoreReference">
  <xsd:annotation>
    <xsd:documentation>BPMN 2.0 DataStore reference.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence minOccurs="0">
      <xsd:element ref="xpdl:Object" minOccurs="0"/>
      <xsd:element ref="xpdl:NodeGraphicsInfos" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="DataStoreRef" type="xpdl:IdRef" use="required"/>
    <xsd:attribute name="Id" type="xpdl:Id" use="required">
      <xsd:annotation>
        <xsd:documentation>BPMN: unique identifier</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Name" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>BPMN: label of the flow object in the diagram</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="State" type="xsd:string" use="optional"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample