BusinessRuleTaskImplementation

Specifies the technology to implement the Business Rule Task

Attribute Information

Used By

Source

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

Sample