CORD-1972: Add generic support for EPC-child service relations

Change-Id: I505d3b82b0925f173a0495014c346a6d67ada007
(cherry picked from commit 2189011c7219c6669dd97be71be2fe0ec9e7edc8)
diff --git a/xos/core/models/core.xproto b/xos/core/models/core.xproto
index 9184af9..2483b5d 100644
--- a/xos/core/models/core.xproto
+++ b/xos/core/models/core.xproto
@@ -561,6 +561,7 @@
      optional string service_specific_id = 3 [db_index = False, max_length = 30, null = True, content_type = "stripped", blank = True];
      optional string service_specific_attribute = 10 [db_index = False, null = True, blank = True, varchar = True];
      optional uint32 link_deleted_count = 11 [default = 0, help_text = "Incremented each time a provided_link is deleted from this ServiceInstance"];
+     optional manytoone master_serviceinstance->ServiceInstance:child_serviceinstances = 12 [help_text = "The master service instance that set this service instance up"];
 }
 
 message ServiceInstanceLink (XOSBase) {