Class DeterministicSingleParameterDistribution

Applied Stereotypes:
XSDcomplexType

Container for a deterministic distribution which is applied to a single parameter.

Used in:
DeterministicParameterDistribution
Properties
  Name Type Cardinality AppliedStereotypes Description
  parameterName string 1..1 XSDattribute Defines the parameter name these distribution values should be applied to.
  deterministicSingleParameterDistributionType DeterministicSingleParameterDistributionType 1..1 XSDelement Defines the type of the deterministic single-parameter distribution.
XSD 1.3 Representation


<xsd:complexType name="DeterministicSingleParameterDistribution">
<xsd:sequence>
<xsd:group ref="DeterministicSingleParameterDistributionType"/>
</xsd:sequence>
<xsd:attribute name="parameterName" type="String" use="required"/>
</xsd:complexType>

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

To XSD