libamxs  0.6.0
Data Model Synchronization C API
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
sync_batch_reverse.odl
Go to the documentation of this file.
1 %populate {
2  synchronize 'B.' <-> 'A.' {
3  object 'B_template_sub.' <-> 'A_template_sub.' {
4  %batch parameter 'param_B' <-> 'param_A';
5  object 'B_sub.' <-> 'A_sub.' {
6  %batch parameter 'text_B' <-> 'text_A';
7  }
8  }
9  }
10 }