The result returned by this property depends on the iterator type:
  1. Element Iterator: The property returns the full value of the current element. This is the same as the expression: iterator.element.fullValue

  2. Attribute Iterator iterating by attributes: The property returns the full value of the current attribute. This is the same as the expression: iterator.attr.fullValue

  3. Attribute Iterator iterating by multiple values of an attribute: The property returns the current value.
Note: This property is valid only within the iterator's Step Expression and body-block.