Class VariableMultiplyByValueRule

Applied Stereotypes:
XSDcomplexType

Multiply a variable by a value.

Used in:
VariableModifyRule
Properties
  Name Type Cardinality AppliedStereotypes Description
  value double 1..1 XSDattribute Multiply existing variable by the value (be aware of the variable data type).
XSD 1.3 Representation


<xsd:complexType name="VariableMultiplyByValueRule">
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>

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

To XSD