Project

General

Profile

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

    
4
    record IdWithConfidenceLevel {
5
        string id;
6
//		Find more details on `confidenceLevel` constraints in eu/dnetlib/iis/README.markdown file.
7
        union { null , float } confidenceLevel = null;
8
    }
9

    
10
}
(4-4/8)