Class StochasticDistributionType

Applied Stereotypes:
XSDgroup, union

Container for a stochastic distribution type which can be applied to a single parameter.

Used in:
StochasticDistribution
Properties
  Name Type Cardinality AppliedStereotypes Description
  probabilityDistributionSet ProbabilityDistributionSet 1..1 xor, XSDelement Defines a set of values with a defined probability
  normalDistribution NormalDistribution 1..1 xor, XSDelement Defines a normal distribution.
  logNormalDistribution LogNormalDistribution 1..1 xor, XSDelement Defines a log normal distribution.
  uniformDistribution UniformDistribution 1..1 xor, XSDelement Defines a uniform distribution.
  poissonDistribution PoissonDistribution 1..1 xor, XSDelement Defines a poisson distribution.
  histogram Histogram 1..1 xor, XSDelement Defines a histogram.
  userDefinedDistribution UserDefinedDistribution 1..1 xor, XSDelement Defines a user defined stochastic distribution.
XSD 1.3 Representation


<xsd:group name="StochasticDistributionType">
<xsd:choice>
<xsd:element name="ProbabilityDistributionSet" type="ProbabilityDistributionSet"/>
<xsd:element name="NormalDistribution" type="NormalDistribution"/>
<xsd:element name="LogNormalDistribution" type="LogNormalDistribution"/>
<xsd:element name="UniformDistribution" type="UniformDistribution"/>
<xsd:element name="PoissonDistribution" type="PoissonDistribution"/>
<xsd:element name="Histogram" type="Histogram"/>
<xsd:element name="UserDefinedDistribution" type="UserDefinedDistribution"/>
</xsd:choice>
</xsd:group>

Change log from version 1.2
  • Property 'logNormalDistribution' created.
  • Property 'uniformDistribution'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
    • New Value
      4
      From 1.2.0
      3
  • Property 'poissonDistribution'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
    • New Value
      5
      From 1.2.0
      4
  • Property 'histogram'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
    • New Value
      6
      From 1.2.0
      5
  • Property 'userDefinedDistribution'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
    • New Value
      7
      From 1.2.0
      6
Stereotype Details Information
  • Class
    • XSDgroup [modelGroup: "choice"]
    • union
  • Property probabilityDistributionSet
    • xor
    • XSDelement [position: "1"]
  • Property normalDistribution
    • xor
    • XSDelement [position: "2"]
  • Property logNormalDistribution
    • xor
    • XSDelement [position: "3"]
  • Property uniformDistribution
    • xor
    • XSDelement [position: "4"]
  • Property poissonDistribution
    • xor
    • XSDelement [position: "5"]
  • Property histogram
    • xor
    • XSDelement [position: "6"]
  • Property userDefinedDistribution
    • xor
    • XSDelement [position: "7"]

To XSD