Project

General

Profile

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

    
4
    record IdWithText {
5
        string id;
6
        string text;
7
    }
8

    
9
}
(5-5/8)