14.2.7 ResqmlJaggedArray
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML v2.0.1 | |||
Stereotypes: | XSDcomplexType |
Representation for an array of 1D variable length arrays. The representation consists of these two arrays, described in the attributes Elements and Cumulative Length in the table below.
Often referred to as a "list-of-lists" or "array-of-arrays" construction.
Name |
Data Type |
Notes |
---|---|---|
Elements |
AbstractValueArray |
1D array of elements containing the aggregation of individual array data. |
CumulativeLength |
AbstractIntegerArray |
1D array of cumulative lengths to the end of the current array. This is also equal to the index of the next element, i.e., the index in the elements array, for which the current variable length array begins. |
Derived From: (none)
Derived Classes: (none)
Relationships: None