Class ValueSetDistribution

Applied Stereotypes:
XSDcomplexType, XSDwrapperType

Deterministic multi-parameter distribution, where one or multiple sets of parameter values can be defined.

Used in:
DeterministicMultiParameterDistributionType
Properties
  Name Type Cardinality AppliedStereotypes Description
  parameterValueSets ParameterValueSet 1..* XSDunwrapped, XSDelement Set of parameter values that have to be assigned for a single concrete scenario.
XSD 1.4 Representation


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

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

To XSD