<xsd:element name="TaskBusinessRule">
<xsd:annotation>
<xsd:documentation>BPMN 2.0</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="BusinessRuleTaskImplementation" use="optional" default="Other">
<xsd:annotation>
<xsd:documentation>Specifies the technology to implement the Business Rule Task</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="BusinessRuleWebService"/>
<xsd:enumeration value="WebService"/>
<xsd:enumeration value="Other"/>
<xsd:enumeration value="Unspecified"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element> |