Class UniformDistribution

Applied Stereotypes:
XSDcomplexType

Uniform distribution which can be applied to a single parameter.

Used in:
StochasticDistributionType
Properties
  Name Type Cardinality AppliedStereotypes Description
  range Range 1..1 XSDelement Defines the lower limit and upper limit of the uniform distribution regarding to the definition space.
XSD 1.3 Representation


<xsd:complexType name="UniformDistribution">
<xsd:sequence>
<xsd:element name="Range" type="Range"/>
</xsd:sequence>
</xsd:complexType>

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

To XSD