This XPath statement consists of a 'for' expression which is used to iterate over
items
in a
sequence
. In this case, the sequence of items over which the 'for' expression iterates is identified by the location path expression '/company/office/employee'. This example shows that XPath statements are not limited to one type of expression, but are more often than not constructed from a combination of many different expressions.