Class ParameterModifyAction

Applied Stereotypes:
XSDcomplexType

Modify a global parameter according to given rules.

Used in:
ParameterAction
Properties
Name Type Cardinality AppliedStereotypes Description
rule ModifyRule 1..1 XSDelement Either adding a value to a parameter or multiply a parameter by a value. Has to match the parameter type.

XSD 1.1 Representation


<xsd:complexType name="ParameterModifyAction">
<xsd:all>
<xsd:element name="Rule" type="ModifyRule"/>
</xsd:all>
</xsd:complexType>

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

To XSD To XSD Tree