ESGRAF48/proto/MetaDataModel.proto

13 lines
192 B
Protocol Buffer
Raw Normal View History

2018-11-16 22:21:02 +00:00
syntax = "proto3";
package ESGRAF48;
message MetaDataModel
{
string ParticipantName = 1;
string InstructorName = 2;
string DateOfBirth = 3;
string DateOfTest = 4;
string Remarks = 5;
}