Using the "insert" method allows you to add to the list of attributes intended for that object. The following example shows how to insert another Service Offering called MidWest into the Subscriptions relationship for Customer 1. For example:

<icim>
<object class="ServiceSubscriber" name="Cust 1" method="update">
  <relationship name="Subscriptions" method="insert">
     <object class="ServiceOffering" name="MidWest" />
 </relationship>
    </object>
</icim>

Map of imported Service Subscribers and Service Offering illustrates the new Service Offering, MidWest, and Services Subscriber, Customer 1 with a Subscriptions relationship.

Figure 1. Map of imported Service Subscribers and Service Offering