Class ParameterAssignment

Applied Stereotypes:
XSDwrapperType, XSDcomplexType

Assignment of a value to a named parameter during runtime. This assignment is used when importing types of vehicles, controllers etc. from a catalog.

Used in:
CatalogReference
Properties
Name Type Cardinality AppliedStereotypes Description
parameterRef ParameterDeclaration 1..1 XSDattribute nameRef Name of the parameter that must be declared in the catalog.
value string 1..1 XSDattribute Value of the parameter that is handed over to the parametrizable type.

Migration Information from XSD 0.9.1
Derived From:
OSCParameterAssignment.Parameter
Property Name XSD Type XSD 0.9.1 Name Migration
parameterRef Attribute name
value Attribute value

XSD 1.0 Representation


<xsd:complexType name="ParameterAssignment">
<xsd:attribute name="parameterRef" type="String" use="required"/>
<xsd:attribute name="value" type="String" use="required"/>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
Class XSDwrapperType A complex type wrapper is created in XSD for this type. See ParameterAssignments

To XSD To XSLT To XSD Tree