Adding attribute elements requires nesting the attribute declaration within the appropriate object declaration. This example adds the Display Name attribute to the Service Subscribers you created. This changes the Display Name of "Cust1" to "Customer 1" and "Cust2" to "Customer 2". For example:

<icim>
<object class="ServiceSubscriber" name="Cust1" method="update">
 <attribute name="DisplayName" method="put">
     <string>Customer 1</string>
 </attribute>
</object>
<object class="ServiceSubscriber" name="Cust2" method="update">
 <attribute name="DisplayName" method="put">
     <string>Customer 2</string>
 </attribute>
</object>
</icim>

Map of imported Service Subscribers with new display names illustrates the Services Subscribers with their new display names.

Figure 1. Map of imported Service Subscribers with new display names