xpdl:Transaction

BPMN: If SubProcess is a transaction then this is required.

Element Information

Model

ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
TransactionId xsd:string required
TransactionMethod restriction of xsd:NMTOKEN required
TransactionProtocol xsd:string required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Activity

Source

<xsd:element name="Transaction">
  <xsd:annotation>
    <xsd:documentation>BPMN: If SubProcess is a transaction then this is required.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="TransactionId" type="xsd:string" use="required"/>
    <xsd:attribute name="TransactionProtocol" type="xsd:string" use="required"/>
    <xsd:attribute name="TransactionMethod" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="Compensate"/>
          <xsd:enumeration value="Store"/>
          <xsd:enumeration value="Image"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample