Where do we find a Non-numeric subscript
-
Java Object
-
Page group
-
Value list
-
Page list
Non-numeric subscripts are typically found in page group structures, which allow organizing pages without using numeric indices. Java objects use numeric or string-based indexing, value lists are simple collections, and page lists use numeric indices for accessing elements. The page group concept specifically supports non-numeric subscripting for flexible page organization.
In this content-management terminology, a page group is the construct where subscripts (index references) that aren't purely numeric are used, distinguishing it from page lists which use straightforward numeric indexing. Java objects and value lists don't use this non-numeric subscripting mechanism.