Project

General

Profile

1
@namespace("eu.dnetlib.iis.statistics.schemas")
2
protocol IIS{
3

    
4
    import idl "CoreStatistics.avdl";
5

    
6
    // core statistics of two kinds:
7
    // - counted for all papers in the group
8
    // - counted only for published papers
9
    record CommonCoreStatistics {
10
    
11
        // core statistics for all papers
12
        CoreStatistics allPapers;
13

    
14
        // core statistics for published papers
15
        CoreStatistics publishedPapers;
16

    
17
    }
18

    
19
}
(5-5/12)