Create the XML input file (default behavior for Actor Roles)

Create an XML file for import in the appropriate format. This example shows the default method, which means that Actor Roles will be merged.

Example file:

<!-- Actions for Actor : update_local, update_remote -->
<systems>
    <system type="LANDMARK" >
                          <objTypes nm="ObjTypes">
                              <objType nm="Actor" defAction="update_remote" />
                          </objTypes>
                
                         <obj type="Actor">
                                 <local>
                                     <rec id="test1" action="update_local" />
                                     <rec id="test2"/>
                                 </local>
                         </obj>
      </system>
</systems>