| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | | Quintiq file version 2.0 |  | #parent: #root |  | DataRelation PingResultRoot_PingResult_PingResult_PingResultRoot |  | { |  |   DataRelationSide.LeftSide PingResult |  |   { |  |     Cardinality: '1toN' |  |     DataObjectDefinitionReference: PingResultRoot |  |     OwningSide: 'Owned' |  |     OwningSideBool: true |  |     SequenceNr: 0 |  |   } |  |   DataRelationSide.RightSide PingResultRoot |  |   { |  |     Cardinality: '0to1' |  |     DataObjectDefinitionReference: PingResult |  |     OwningSide: 'Reference' |  |     SequenceNr: 0 |  |   } |  | } | 
 |