14.6.30 IntegerRangeArray
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML 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.
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