Class ParameterAction

Applied Stereotypes:
XSDcomplexType, union

Set or modify a named parameter. (Be aware of the data type).

Used in:
GlobalAction
Properties
Name Type Cardinality AppliedStereotypes Description
parameterRef ParameterDeclaration 1..1 nameRef, XSDattribute Name of the parameter.
setAction ParameterSetAction 0..1 xor, XSDelement New value for the parameter.
modifyAction ParameterModifyAction 0..1 xor, XSDelement Modifying rule for the parameter (Add value or multiply by value).

XSD 1.1 Representation


<xsd:complexType name="ParameterAction">
<xsd:choice>
<xsd:element name="SetAction" type="ParameterSetAction" minOccurs="0"/>
<xsd:element name="ModifyAction" type="ParameterModifyAction" minOccurs="0"/>
</xsd:choice>
<xsd:attribute name="parameterRef" type="String" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property parameterRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property setAction
    • xor
    • XSDelement [position: "2"]
  • Property modifyAction
    • xor
    • XSDelement [position: "3"]

To XSD To XSD Tree