Access path
Keywords: access path
An access path is defined as a sequence of one or more path elements, which are separated by dots (.). Path elements are processed from left to right. Each path element is supposed to return a property instance, which is passed as input to the next path element.
Definition:
access_path := path_element [ path_extension(*) ]