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 |
| |
userDefinedDistribution |
UserDefinedDistribution |
1..1 |
xor,
XSDelement
|
Defines a user defined deterministic distribution. |
| |
distributionRange |
DistributionRange |
1..1 |
xor,
XSDelement
|
Defines a range of values which can be applied to a parameter. |
| |
distributionSet |
DistributionSet |
1..1 |
xor,
XSDelement
|
Defines a set of values which can be applied to a parameter. |
|
|
XSD 1.4 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>
|
|
|
Change log from version 1.3
|
- Property 'userDefinedDistribution'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'distributionRange'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'distributionSet'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDgroup [modelGroup: "choice"]
-
Property userDefinedDistribution
-
Property distributionRange
-
Property distributionSet
|
To XSD