summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_struct_fields/imported-fields.cfg
blob: 772e5cffec99648c9c532f82bd632c9d4e36a4ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
attribute[0].name "my_elem_array.name"
attribute[0].referencefield "parent_ref"
attribute[0].targetfield "elem_array.name"
attribute[0].datatype NONE
attribute[0].collectiontype SINGLE
attribute[1].name "my_elem_array.weight"
attribute[1].referencefield "parent_ref"
attribute[1].targetfield "elem_array.weight"
attribute[1].datatype NONE
attribute[1].collectiontype SINGLE
attribute[2].name "my_elem_map.key"
attribute[2].referencefield "parent_ref"
attribute[2].targetfield "elem_map.key"
attribute[2].datatype NONE
attribute[2].collectiontype SINGLE
attribute[3].name "my_elem_map.value.name"
attribute[3].referencefield "parent_ref"
attribute[3].targetfield "elem_map.value.name"
attribute[3].datatype NONE
attribute[3].collectiontype SINGLE
attribute[4].name "my_elem_map.value.weight"
attribute[4].referencefield "parent_ref"
attribute[4].targetfield "elem_map.value.weight"
attribute[4].datatype NONE
attribute[4].collectiontype SINGLE
attribute[5].name "my_str_int_map.key"
attribute[5].referencefield "parent_ref"
attribute[5].targetfield "str_int_map.key"
attribute[5].datatype NONE
attribute[5].collectiontype SINGLE
attribute[6].name "my_str_int_map.value"
attribute[6].referencefield "parent_ref"
attribute[6].targetfield "str_int_map.value"
attribute[6].datatype NONE
attribute[6].collectiontype SINGLE