Revision 30875
Added by Marek Horst about 10 years ago
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
adding new countryCode field to affiliation