Class ModifyRule

Applied Stereotypes:
union, XSDcomplexType

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 Adding a value to a parameter.
multiplyByValue ParameterMultiplyByValueRule 0..1 xor Multiply a parameter by a value.

Migration Information from XSD 0.9.1
Derived From:
OSCGlobalAction.Parameter.Modify.Rule
Property Name XSD Type XSD 0.9.1 Name Migration
addValue Element Add Renamed
multiplyByValue Element Multiply Renamed

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree