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


<xsd:complexType name="DistributionSet">
<xsd:sequence>
<xsd:element name="Element" type="DistributionSetElement" 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"; mixed: "false"]
  • Property elements
    • XSDunwrapped
    • XSDelement

To XSD