14.6.20 DiscreteProperty

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType,XSDtopLevelElement

Contains discrete integer values; typically used to store any type of index.

So that the value range can be known before accessing all values, it also stores the minimum and maximum value in the range.

Table 14.6.20-1 Attributes

Name

Data Type

Notes

MinimumValue

integer

The minimum of the associated property values.

BUSINESS RULE: There can only be one value per number of elements.

MaximumValue

integer

The maximum of the associated property values.

BUSINESS RULE: There can only be one value per number of elements.

Derived From: AbstractValuesProperty

Derived Classes: (none)

Relationships: None