Project

General

Profile

« Previous | Next » 

Revision 33100

Added by Marek Horst over 9 years ago

removing unused import statement

View differences:

ExtractedDocumentMetadata.avdl
1 1
@namespace("eu.dnetlib.iis.ingest.pmc.metadata.schemas")
2 2
protocol IIS{
3 3

  
4
	import idl "ReferenceBasicMetadata.avdl";
5 4
	import idl "ReferenceMetadata.avdl";
6 5
    
7 6
    record ExtractedDocumentMetadata {
......
13 12
        string entityType;
14 13
//      name of journal in which the article is published
15 14
        union { null , string } journal = null;
16
//      references extracted from pfd document
15
//      references extracted from PDF document
17 16
        union { null , array<ReferenceMetadata> } references = null;
18 17
//      page range in which the article is published
19 18
        union { null , Range } pages = null;

Also available in: Unified diff