14.6.30 IntegerRangeArray

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

Defines an array as a range of integers. The range is defined by an initial value and a count defining the size of the range.

Table 14.6.30-1 Attributes

Name

Data Type

Notes

Value

integer

Start value for the range.

End value is start+count-1.

Count

positiveInteger

Size of the array.

Derived From: AbstractIntegerArray

Derived Classes: (none)

Relationships: None