syntax = "proto2"; package grapher; message locatefunc { required string type=1; required string tfHeaderID=2; required string tfID=3; } message locationCfg { repeated locatefunc funcs=1; }