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
scenarioFile File 1..1 XSDelement Defines the scenario file which shall be linked to the parameter distribution file.
distributionDefinition DistributionDefinition 1..1 XSDelement Defines distributions of the parameter which can be deterministic or stochastic

XSD 1.1 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.0
  • Class created.

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

To XSD To XSD Tree