Class ModifyRule

Applied Stereotypes:
XSDcomplexType, union, deprecated

Enclosing type for either adding a value to a parameter or multiply the parameter by a value. Has to be match the parameter type.

Used in:
ParameterModifyAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  addValue ParameterAddValueRule 1..1 xor, XSDelement Adding a value to a parameter.
  multiplyByValue ParameterMultiplyByValueRule 1..1 xor, XSDelement Multiply a parameter by a value.
Deprecation
  • Class deprecated. With version 1.2. Use VariableModifyRule instead.
XSD 1.3 Representation


<xsd:complexType name="ModifyRule">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
<xsd:choice>
<xsd:element name="AddValue" type="ParameterAddValueRule"/>
<xsd:element name="MultiplyByValue" type="ParameterMultiplyByValueRule"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.2
  • Property 'addValue'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'multiplyByValue'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
    • deprecated [withVersion: "1.2"; comment: "Use VariableModifyRule instead"]
  • Property addValue
    • xor
    • XSDelement [position: "1"]
  • Property multiplyByValue
    • xor
    • XSDelement [position: "2"]

To XSD