Class ProbabilityDistributionSetElement

Applied Stereotypes:
XSDcomplexType

Indicates a value and probability in a stochastic distribution.

Used in:
ProbabilityDistributionSet
Properties
Name Type Cardinality AppliedStereotypes Description
value string 1..1 XSDattribute A possible value in a stochastic distribution.
weight double 1..1 XSDattribute This is used to define a propability of occurences for a specific value. Instead of a probability a defined count or weight has to be defined. The probability can be calculated by the (1/sum(all weights in the ProbabilityDistributionSet)) * weight.

XSD 1.1 Representation


<xsd:complexType name="ProbabilityDistributionSetElement">
<xsd:attribute name="value" type="String" use="required"/>
<xsd:attribute name="weight" type="Double" use="required"/>
</xsd:complexType>

Change log from version 1.0
  • Class created.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property value
    • XSDattribute
  • Property weight
    • XSDattribute

To XSD To XSD Tree