Class DistributionRange
- Applied Stereotypes:
-
XSDcomplexType
A range of values used for a deterministic distribution. The range starts with lower limit, Each additional value is defined by adding the step value to the previous value until the value is greater than upper limit. Upper limit can be part of the range.
- Used in:
-
DeterministicSingleParameterDistributionType
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
stepWidth |
double |
1..1 |
XSDattribute
|
The steps between the lower limit and upper limit. |
|
range |
Range |
1..1 |
XSDelement
|
Defines the upper limit and lower limit in range. |
|
XSD 1.3 Representation |
<xsd:complexType name="DistributionRange">
<xsd:all>
<xsd:element name="Range" type="Range"/>
</xsd:all>
<xsd:attribute name="stepWidth" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
- Property stepWidth
- Property range
- XSDelement [position: "1"]
|
To XSD