Custom tag that iterates the elements of a collection, which can be
either an attribute or the property of an attribute. The collection
can be any of the following: an array of objects, an Enumeration,
an Iterator, a Collection (which includes Lists, Sets and Vectors),
or a Map (which includes Hashtables) whose elements will be iterated over.