This class describes a rule action in the system.
http://eurotech.com/edc/2.0
name | data type | type | namespace | min/max occurs | wrapped by | description |
---|---|---|---|---|---|---|
name | string | element | edc | 0/1 | ||
parameterInfo | list of parameterInfo | element | edc | 0/unbounded | parameterInfos |
Example
<ruleActionInfo xmlns="http://eurotech.com/edc/2.0"> <name>...</name> <parameterInfos> <parameterInfo> <name>...</name> <type>...</type> <regex>...</regex> <mandatory>...</mandatory> <default>...</default> <choices> <choice>...</choice> </choices> </parameterInfo> </parameterInfos> </ruleActionInfo>