Class ParameterAddValueRule
- Applied Stereotypes:
-
XSDcomplexType,
deprecated
Defines an addition of a value to a parameter as part of a ModifyRule.
- Used in:
-
ModifyRule
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
value |
double |
1..1 |
XSDattribute
|
Add value to existing parameter. |
|
Deprecation |
- Class deprecated. With version 1.2. Use VariableAddValueRule instead.
|
XSD 1.3 Representation |
<xsd:complexType name="ParameterAddValueRule">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- deprecated [withVersion: "1.2"; comment: "Use VariableAddValueRule instead"]
- Property value
|
To XSD