libamxs  0.6.0
Data Model Synchronization C API
sync_batch.odl
Go to the documentation of this file.
1 %populate {
2  synchronize 'A.' <-> 'B.' {
3  object 'A_template_sub.' <-> 'B_template_sub.' {
4  %batch parameter 'param_A' <-> 'param_B';
5  object 'A_sub.' <-> 'B_sub.' {
6  %batch parameter 'text_A' <-> 'text_B';
7  %batch parameter 'number_A' <-> 'number_B';
8  }
9  }
10  }
11 }