Project

General

Profile

« Previous | Next » 

Revision 58071

#4008: refereed field as property of the result instance and supported both from OAF and ODF.

View differences:

Result.proto
38 38
		repeated StringField contributor = 30;
39 39
		optional Qualifier resourcetype = 19;
40 40
		repeated StringField coverage = 43;
41
		optional StringField refereed = 46; //peer-review status
42 41

  
43 42
		repeated Context context = 28;
44 43

  
......
65 64
		repeated StringField contactgroup = 41;
66 65
		repeated StringField tool = 42;
67 66

  
68
		// ( article | book ) processing charges
69
		optional StringField processingchargeamount = 50;
70
		// currency - alphabetic code describe in ISO-4217
71
		optional StringField processingchargecurrency = 51;
72

  
73 67
	}
74 68
	
75 69

  
......
94 88

  
95 89
		optional KeyValue collectedfrom = 10;
96 90
		optional StringField dateofacceptance = 11;
91

  
92
		optional StringField refereed = 13; //peer-review status
93

  
94
		// ( article | book ) processing charges
95
        optional StringField processingchargeamount = 14;
96
        // currency - alphabetic code describe in ISO-4217
97
        optional StringField processingchargecurrency = 15;
97 98
	}
98 99
	
99 100
	message ExternalReference {

Also available in: Unified diff