Class ModifyRule

Applied Stereotypes:
XSDcomplexType, union

Enclosing type for either adding a value to a parameter or multiply the parameter by a value. Has to be match the parameter type.

Used in:
ParameterModifyAction
Properties
Name Type Cardinality AppliedStereotypes Description
addValue ParameterAddValueRule 0..1 xor, XSDelement Adding a value to a parameter.
multiplyByValue ParameterMultiplyByValueRule 0..1 xor, XSDelement Multiply a parameter by a value.

XSD 1.1 Representation


<xsd:complexType name="ModifyRule">
<xsd:choice>
<xsd:element name="AddValue" type="ParameterAddValueRule" minOccurs="0"/>
<xsd:element name="MultiplyByValue" type="ParameterMultiplyByValueRule" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property addValue
    • xor
    • XSDelement [position: "1"]
  • Property multiplyByValue
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree