Class VariableAddValueRule
- Applied Stereotypes:
-
XSDcomplexType
Defines an addition of a value to a variable as part of a ModifyRule.
- Used in:
-
VariableModifyRule
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
value |
double |
1..1 |
XSDattribute
|
Add value to existing variable. |
|
XSD 1.3 Representation |
<xsd:complexType name="VariableAddValueRule">
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property value
|
To XSD