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.1 Representation


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

XSD Transformation
UML Element Stereotype Description
elements XSDunwrapped This property represents an unwrapped list in XSD. The element name 'Element' is used for the list elements.

Change log from version 1.0
  • Class created.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"]
  • Property elements
    • XSDunwrapped [xsdElementName: "Element"]
    • XSDelement [position: "1"]

To XSD To XSD Tree