Class VariableSetAction

Applied Stereotypes:
XSDcomplexType

Setting a variable to a given value.

Used in:
VariableAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  value string 1..1 XSDattribute The new value for the variable.
XSD 1.3 Representation


<xsd:complexType name="VariableSetAction">
<xsd:attribute name="value" type="String" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property value
    • XSDattribute

To XSD