Project

General

Profile

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

    
4
    record DocumentToProject {
5
//      document identifier, foreign key: DocumentWithBasicMetadata.id ("document basic metadata" data store)
6
        string documentId;
7
//      identifier of project being funding source of this document,
8
//      foreign key: Project.id
9
        string projectId;
10
    }
11
}
(6-6/9)