Class VariableAction
- Applied Stereotypes:
-
XSDcomplexType,
union
Set or modify a variable. (Be aware of the data type).
- Used in:
-
GlobalAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
variableRef |
VariableDeclaration |
1..1 |
nameRef,
XSDattribute
|
Name of the variable. |
| |
modifyAction |
VariableModifyAction |
1..1 |
xor,
XSDelement
|
Modifying rule for the variable (Add value or multiply by value). |
| |
setAction |
VariableSetAction |
1..1 |
xor,
XSDelement
|
New value for the variable. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="VariableAction">
<xsd:choice>
<xsd:element name="SetAction" type="VariableSetAction"/>
<xsd:element name="ModifyAction" type="VariableModifyAction"/>
</xsd:choice>
<xsd:attribute name="variableRef" type="String" use="required"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'variableRef'. Stereotype <<nameRef>>. Tagged value 'xsdType' removed.
- Property 'modifyAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'setAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property variableRef
-
Property modifyAction
-
Property setAction
|
To XSD