Class DistributionDefinition
- Applied Stereotypes:
-
XSDgroup,
union
Indicates whether the content defines a deterministic or stochastic parameter distribution.
- Used in:
-
ParameterValueDistribution
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
deterministic |
Deterministic |
1..1 |
xor,
XSDelement
|
Defines a deterministic distribution for multiple parameters. |
| |
stochastic |
Stochastic |
1..1 |
xor,
XSDelement
|
Defines a stochastic distribution for multiple parameters. |
|
|
XSD 1.4 Representation
|
<xsd:group name="DistributionDefinition">
<xsd:choice>
<xsd:element name="Deterministic" type="Deterministic"/>
<xsd:element name="Stochastic" type="Stochastic"/>
</xsd:choice>
</xsd:group>
|
|
|
Change log from version 1.3
|
- Property 'deterministic'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'stochastic'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDgroup [modelGroup: "choice"]
-
Property deterministic
-
Property stochastic
|
To XSD