Project

General

Profile

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

    
4
    import idl "AuthorStatistics.avdl";
5
    
6
    record AuthorToAuthorStatistics {
7
//      ID of the author, foreign key: Person.id ("person" data store)
8
        string authorId;
9

    
10
        AuthorStatistics statistics;
11
    }
12
    
13
}
14

    
(2-2/12)