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.4 Representation
|
<xsd:complexType name="StochasticDistribution">
<xsd:sequence>
<xsd:group ref="StochasticDistributionType"/>
</xsd:sequence>
<xsd:attribute name="parameterName" type="String" use="required"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'stochasticDistributionType'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property parameterName
-
Property stochasticDistributionType
|
To XSD