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.1 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.0
  • Class created.

Stereotype Details Information
  • Class
    • XSDgroup [modelGroup: "choice"]
    • union
  • Property deterministic
    • xor
    • XSDelement [position: "1"]
  • Property stochastic
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree