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