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.4 Representation
|
<xsd:complexType name="UniformDistribution">
<xsd:sequence>
<xsd:element name="Range" type="Range"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'range'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property range
|
To XSD