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.3 Representation |
<xsd:complexType name="ValueSetDistribution">
<xsd:sequence>
<xsd:element name="ParameterValueSet" type="ParameterValueSet" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
parameterValueSets |
XSDunwrapped |
This property represents an unwrapped list in XSD. The element name 'ParameterValueSet' is used for the list elements. |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- XSDwrapperType [min: "1"; max: "-1"]
- Property parameterValueSets
- XSDunwrapped [xsdElementName: "ParameterValueSet"]
- XSDelement [position: "1"]
|
To XSD