Project

General

Profile

« Previous | Next » 

Revision 30875

adding new countryCode field to affiliation

View differences:

modules/icm-iis-schemas/trunk/src/main/resources/eu/dnetlib/iis/metadataextraction/Affiliation.avdl
6 6
//		organization name    	
7 7
    	union { null , string } organization = null;
8 8
//		country name        
9
        union { null , string } country = null;
9
        union { null , string } countryName = null;
10
 //		country ISO code        
11
        union { null , string } countryCode = null;
10 12
//		raw affiliation text        
11 13
        string rawText;
12 14
    }

Also available in: Unified diff