Class Stochastic

Applied Stereotypes:
XSDcomplexType

Top level container for all stochastic distribution elements.

Used in:
DistributionDefinition
Properties
  Name Type Cardinality AppliedStereotypes Description
  numberOfTestRuns unsignedInt 1..1 XSDattribute Defines the total number of runs for each stochastic distribution.
  randomSeed double 0..1 XSDattribute Defines the seed which is used to generate the random values. A identical seed shall generate the same set of random values.
  stochasticDistributions StochasticDistribution 1..* XSDunwrapped, XSDelement Defines a single stochastic distribution to one parameter.
XSD 1.3 Representation


<xsd:complexType name="Stochastic">
<xsd:sequence>
<xsd:element name="StochasticDistribution" type="StochasticDistribution" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="numberOfTestRuns" type="UnsignedInt" use="required"/>
<xsd:attribute name="randomSeed" type="Double"/>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
stochasticDistributions XSDunwrapped This property represents an unwrapped list in XSD. The element name 'StochasticDistribution' is used for the list elements.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property numberOfTestRuns
    • XSDattribute
  • Property randomSeed
    • XSDattribute
  • Property stochasticDistributions
    • XSDunwrapped [xsdElementName: "StochasticDistribution"]
    • XSDelement [position: "1"]

To XSD