Project

General

Profile

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

    
4
    record DocumentMetadata {
5
//      ID of the document, foreign key: Document.id ("document" data store)
6
        string id;
7

    
8
//      abstract or description
9
        string abstract;
10
    }
11

    
12
}
(2-2/3)