13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
|
namespace testing;
|
||
|
|
||
|
attribute "privacy";
|
||
|
|
||
|
table BarTestSchema {
|
||
|
bar_x:int;
|
||
|
bar_y:int;
|
||
|
another_field:string (privacy:"Any");
|
||
|
}
|
||
|
|
||
|
root_type BarTestSchema;
|
||
|
|