Using
expiration_time
This selects all elements expiration_timethat are grand children of the top element of the XML document.
/*/*[@*]/expiration_time
This selects any element expiration_timewhose parent element has at least one attribute and is a child of the top element of the XML document.
/*/*[not(@*)]/expiration_time
expiration_time, XML.
/*/*[@elem = '2']/expiration_time
expiration_time, elem "2", () XML.