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
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.
- Property 'multiplyByValue'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- deprecated [withVersion: "1.2"; comment: "Use VariableModifyRule instead"]
- Property addValue
- XSDelement [position: "1"]
- Property multiplyByValue
- XSDelement [position: "2"]
|
To XSD