aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_struct_fields/imported-fields.cfg
blob: f5f7ebdc6145067b69ec0cdfa55a4ac5d1248de3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
attribute[].name "my_elem_array.name"
attribute[].referencefield "parent_ref"
attribute[].targetfield "elem_array.name"
attribute[].name "my_elem_array.weight"
attribute[].referencefield "parent_ref"
attribute[].targetfield "elem_array.weight"
attribute[].name "my_elem_map.key"
attribute[].referencefield "parent_ref"
attribute[].targetfield "elem_map.key"
attribute[].name "my_elem_map.value.name"
attribute[].referencefield "parent_ref"
attribute[].targetfield "elem_map.value.name"
attribute[].name "my_elem_map.value.weight"
attribute[].referencefield "parent_ref"
attribute[].targetfield "elem_map.value.weight"
attribute[].name "my_str_int_map.key"
attribute[].referencefield "parent_ref"
attribute[].targetfield "str_int_map.key"
attribute[].name "my_str_int_map.value"
attribute[].referencefield "parent_ref"
attribute[].targetfield "str_int_map.value"