syntax = "proto3"; import "EntryData.proto"; message DocumentStructure { // The root EntryData represents the Document. EntryData root = 1; }