minor update to flow link and placeholder for slice
diff --git a/schema/xos-core.yang b/schema/xos-core.yang
index 1137c28..b7d2462 100644
--- a/schema/xos-core.yang
+++ b/schema/xos-core.yang
@@ -136,7 +136,6 @@
       uses sync-record;
     }
   }
-
   grouping tenant-root {
     uses base-common {
       refine 'name' {
@@ -152,21 +151,21 @@
       // not exactly clear how this is populated
     }
   }
-  
   grouping subscriber {
     uses tenant-root {
       refine kind { default subscriber; }
     }
     // seems we should have interesting attributes specific to subscriber?
   }
-  
   grouping provider {
     uses tenant-root {
       refine kind { default provider; }
     }
     // seems we should have interesting attributes specific to provider?
   }
-
+  grouping slice {
+    // TBD
+  }
   grouping service {
     uses base-common {
       refine 'name' {
@@ -220,6 +219,9 @@
       notification subscriber-added;
       notification subscriber-deleted;
     }
+    list slice {
+      uses xos:slice;
+    }
     
     // TOOD: need to better understand relationship between Service and Slice
     action scale {