Class StochasticDistribution

Applied Stereotypes:
XSDcomplexType

Container for a stochastic distribution which applies to a single parameter.

Used in:
Stochastic
Properties
  Name Type Cardinality AppliedStereotypes Description
  parameterName string 1..1 XSDattribute Defines the parameter name these distribution values should be applied to.
  stochasticDistributionType StochasticDistributionType 1..1 XSDelement Defines a single stochastic distribution to one parameter.
XSD 1.3 Representation


<xsd:complexType name="StochasticDistribution">
<xsd:sequence>
<xsd:group ref="StochasticDistributionType"/>
</xsd:sequence>
<xsd:attribute name="parameterName" type="String" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property parameterName
    • XSDattribute
  • Property stochasticDistributionType
    • XSDelement [position: "1"]

To XSD