Class VariableModifyAction

Applied Stereotypes:
XSDcomplexType

Modify a variable according to given rules.

Used in:
VariableAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  rule VariableModifyRule 1..1 XSDelement Either adding a value to a variable or multiply a variable by a value. Has to match the variable type.
XSD 1.3 Representation


<xsd:complexType name="VariableModifyAction">
<xsd:all>
<xsd:element name="Rule" type="VariableModifyRule"/>
</xsd:all>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property rule
    • XSDelement [position: "1"]

To XSD