Class ParameterAction

Applied Stereotypes:
union, XSDcomplexType

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 XSDattribute nameRef Name of the parameter.
setAction ParameterSetAction 0..1 xor New value for the parameter.
modifyAction ParameterModifyAction 0..1 xor Modifying rule for the parameter (Add value or multiply by value).

Migration Information from XSD 0.9.1
Derived From:
OSCGlobalAction.Parameter
Property Name XSD Type XSD 0.9.1 Name Migration
parameterRef Attribute name
setAction Element Set Renamed
modifyAction Element Modify Renamed

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree