@namespace("eu.dnetlib.iis.importer.schemas") protocol IIS{ record DocumentToProject { // document identifier, foreign key: DocumentWithBasicMetadata.id ("document basic metadata" data store) string documentId; // identifier of project being funding source of this document, // foreign key: Project.id string projectId; } }