Re: [protobuf] Scoping in definitions

2016-02-25 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Feb 25, 2016 at 5:57 AM, Tim Richardson wrote: > Hi, just wanted to check my declaration with you guys, is it possible to > reuse the `Study` declaration in the `Denormalised` > You can define a field with type 'Study' without declaring it again in 'Denomalised'.

[protobuf] Scoping in definitions

2016-02-25 Thread Tim Richardson
Hi, just wanted to check my declaration with you guys, is it possible to reuse the `Study` declaration in the `Denormalised` package mypackage; message Dataset { required string accession = 1; required string url_self = 2; optional string title = 3; optional string description = 4;