xpdl:DataStores

Contains BPMN 2.0 Data Store definition

Element Information

Model

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

Attributes

Used By

Complex Type xpdl:PackageType

Source

<xsd:element name="DataStores">
  <xsd:annotation>
    <xsd:documentation>Contains BPMN 2.0 Data Store definition</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:DataStore" 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