Data items in the ARRAY_STRUCTURE_LIST_SECTION  category identify
    the dimension-by-dimension start, end and stride of each section of an
    array that is to be referenced.
    For any array with identifier ARRAYID, array section ids of the form
    ARRAYID(start1:end1:stride1,start2:end2:stride2, ...) are defined
    by default.
    For the given index, the elements in the section are of indices:
    _array_structure_list_section.start,
    _array_structure_list_section.start + _array_structure_list_section.stride,
    _array_structure_list_section.start + 2*_array_structure_list_section.stride,
    ...
    stopping either when the indices leave the limits of the indices
    of that dimension or
    [min(_array_structure_list_section.start, _array_structure_list_section.end),
     max(_array_structure_list_section.start, _array_structure_list_section.end)].
    The ordering of these elements is determined by the overall ordering of
    _array_structure_list_section.array_id  and not by the ordering implied
    by the stride.