]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoardTest/input13_solver.txt
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoardTest / input13_solver.txt
1 type tyyppi = {
2     
3     value1: String,
4     value2: Integer(Range=[3 .. 30]),
5     value3: (
6         Double(Unit="U", Range=[0.0 .. 1.0]),
7         Integer(Unit="U", Range=[1 .. 8])),
8     value4: Integer[3],
9     value5 : Map(Integer, String),
10     value6: { value6_1 : String, value6_2 : String},
11
12     value7: Optional(String),
13     value8: Optional(Integer),
14     value9: Optional(
15     (
16         Double(Unit="U", Range=[0.0 .. 1.0]),
17         Integer(Unit="U", Range=[1 .. 8]))),
18         
19     value10: Optional(Integer[3 .. ]),
20     value11 : Optional(Map(Integer, String)),
21     value12: Optional({ value12_1 : String, value12_2 : String})
22   
23 }