Class ParameterValueDistribution
- Applied Stereotypes:
-
XSDcomplexType
The ParameterValueDistribution represents the top level container of a parameter distribution file.
- Used in:
-
ParameterValueDistributionDefinition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
distributionDefinition |
DistributionDefinition |
1..1 |
XSDelement
|
Defines distributions of the parameter which can be deterministic or stochastic |
| |
scenarioFile |
File |
1..1 |
XSDelement
|
Defines the scenario file which shall be linked to the parameter distribution file. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="ParameterValueDistribution">
<xsd:sequence>
<xsd:element name="ScenarioFile" type="File"/>
<xsd:group ref="DistributionDefinition"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'distributionDefinition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'scenarioFile'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property distributionDefinition
-
Property scenarioFile
|
To XSD