Class ProbabilityDistributionSet

Applied Stereotypes:
XSDcomplexType

Container for a set of single values with a defined probability.

Used in:
StochasticDistributionType
Properties
  Name Type Cardinality AppliedStereotypes Description
  elements ProbabilityDistributionSetElement 1..* XSDunwrapped, XSDelement Defines set of elements with a defined probability.
XSD 1.4 Representation


<xsd:complexType name="ProbabilityDistributionSet">
<xsd:sequence>
<xsd:element name="Element" type="ProbabilityDistributionSetElement" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

Change log from version 1.3
  • Property 'elements'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'elements'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"]
  • Property elements
    • XSDunwrapped
    • XSDelement

To XSD