Class DeterministicSingleParameterDistributionType
- Applied Stereotypes:
-
XSDgroup,
union
A deterministic distribution type which can be applied to a single parameter.
- Used in:
-
DeterministicSingleParameterDistribution
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
distributionSet |
DistributionSet |
1..1 |
xor,
XSDelement
|
Defines a set of values which can be applied to a parameter. |
|
distributionRange |
DistributionRange |
1..1 |
xor,
XSDelement
|
Defines a range of values which can be applied to a parameter. |
|
userDefinedDistribution |
UserDefinedDistribution |
1..1 |
xor,
XSDelement
|
Defines a user defined deterministic distribution. |
|
XSD 1.3 Representation |
<xsd:group name="DeterministicSingleParameterDistributionType">
<xsd:choice>
<xsd:element name="DistributionSet" type="DistributionSet"/>
<xsd:element name="DistributionRange" type="DistributionRange"/>
<xsd:element name="UserDefinedDistribution" type="UserDefinedDistribution"/>
</xsd:choice>
</xsd:group>
|
|
Stereotype Details Information |
- Class
- XSDgroup [modelGroup: "choice"]
- Property distributionSet
- XSDelement [position: "1"]
- Property distributionRange
- XSDelement [position: "2"]
- Property userDefinedDistribution
- XSDelement [position: "3"]
|
To XSD