<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> |