@namespace("eu.dnetlib.iis.websiteusage.schemas") protocol IIS{ record PersonWebsiteUsageSimilarities { // coefficient from [0, 1] range, // the greater the number, the more similar the persons w.r.t being visited together union { null , float } covisitedSimilarity = null; // some other similarity metrics, to be specified by NKUA } }