Class Range

Applied Stereotypes:
XSDcomplexType

Indicates a range for a distribution where the following rule applies: lowerLimit <= value <= upperLimit.

Used in:
DistributionRange , HistogramBin , LogNormalDistribution , NormalDistribution , PoissonDistribution , TrafficSwarmAction , UniformDistribution
Properties
  Name Type Cardinality AppliedStereotypes Description
  lowerLimit double 1..1 XSDattribute Defines the lower limit of a range.
  upperLimit double 1..1 XSDattribute Defines the upper limit of a range.
XSD 1.3 Representation


<xsd:complexType name="Range">
<xsd:attribute name="lowerLimit" type="Double" use="required"/>
<xsd:attribute name="upperLimit" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property lowerLimit
    • XSDattribute
  • Property upperLimit
    • XSDattribute

To XSD