Class ParameterValueSet

Applied Stereotypes:
XSDcomplexType, XSDwrapperType

Set of parameter values that have to be assigned for a single concrete scenario.

Used in:
ValueSetDistribution
Properties
  Name Type Cardinality AppliedStereotypes Description
  parameterAssignments ParameterAssignment 1..* XSDunwrapped, XSDelement Assignment of a value to a named parameter.
XSD 1.4 Representation


<xsd:complexType name="ParameterValueSet">
<xsd:sequence>
<xsd:element name="ParameterAssignment" type="ParameterAssignment" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

Change log from version 1.3
  • Property 'parameterAssignments'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'parameterAssignments'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
    • XSDwrapperType [min: "1"; max: "-1"]
  • Property parameterAssignments
    • XSDunwrapped
    • XSDelement

To XSD