1namespace testing;
2
3attribute "privacy";
4
5table BarTestSchema {
6    bar_x:int;
7    bar_y:int;
8    another_field:string (privacy:"Any");
9}
10
11root_type BarTestSchema;
12
13