Class DistributionSet

Applied Stereotypes:
XSDcomplexType

A set of possible values which can occur in a deterministic distribution.

Used in:
DeterministicSingleParameterDistributionType
Properties
  Name Type Cardinality AppliedStereotypes Description
  elements DistributionSetElement 1..* XSDunwrapped, XSDelement Possible values in the deterministic distribution.
XSD 1.3 Representation


<xsd:complexType name="DistributionSet">
<xsd:sequence>
<xsd:element name="Element" type="DistributionSetElement" 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.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property elements
    • XSDunwrapped [xsdElementName: "Element"]
    • XSDelement [position: "1"]

To XSD