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