3.24 IntegerRangeArray

Topic Version1Published11/11/2016
For StandardCOM v2.1
Type:ClassStereotype:«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 3.24-1 Attributes

Name

Type

Notes

Count

PositiveLong

Size of the array.

Value

long

Start value for the range.

End value is start+count-1.

Table 3.24-2 Associations

Association

Notes

From: IntegerRangeArray.

To: AbstractIntegerArray

Generalization