1 2 3 4 5 6 7 8 9
namespace Sink.ApplicationDomain.Buffer; table Addressbook { name:string; parent:string; } root_type Addressbook; file_identifier "AKFB";