xpdl:DataStore

BPMN 2.0 Data Store definition

Element Information

Model

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

Attributes

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

Used By

Element xpdl:DataStores

Source

<xsd:element name="DataStore">
  <xsd:annotation>
    <xsd:documentation>BPMN 2.0 Data Store definition</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence minOccurs="0">
      <xsd:element ref="xpdl:Object" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <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="Capacity" type="xsd:integer" use="optional"/>
    <xsd:attribute name="IsUnlimited" type="xsd:boolean" use="optional" default="false"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample