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.4 Representation


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

Change log from version 1.3
  • Property 'rule'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property rule
    • XSDelement

To XSD