Add support for user-friendly names in YANG data with aliases in KV store

Change-Id: I8b4fbb290dfb467b401e8cf20b825ddbb3bf897e
diff --git a/examples/remove_service.xml b/examples/remove_service.xml
index 67ad6ab..6564605 100644
--- a/examples/remove_service.xml
+++ b/examples/remove_service.xml
@@ -18,11 +18,11 @@
 
 <vlan-translation-profiles xmlns="urn:bbf:yang:bbf-l2-access-attributes">
     <vlan-translation-profile xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xc:operation="delete">
-        <name>BBSM000a0001-1-hsia</name>
+        <name>hsia-vlans</name>
 	</vlan-translation-profile>
 </vlan-translation-profiles>
 <service-profiles xmlns="urn:bbf:yang:bbf-nt-service-profile">
     <service-profile xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xc:operation="delete">
-        <name>BBSM000a0001-1-hsia</name>
+        <name>hsia</name>
     </service-profile>
 </service-profiles>
\ No newline at end of file