Values_1.TablePathElementSourceAn element in the hierarchical path to a table within a data source, containing both name and identifier.
type nonrec t = {name : TablePathElementName.t option;The name of the path element.
*)id : TablePathElementId.t option;The unique identifier of the path element.
*)}