Updated namespace to use OSM URN; renamed rw-project to osm-project
[osm/IM.git] / models / yang / mano-types.yang
index d34a9c5..df29868 100644 (file)
 
 module mano-types
 {
 
 module mano-types
 {
-  namespace "urn:ietf:params:xml:ns:yang:nfvo:mano-types";
+  namespace "urn:etsi:osm:yang:mano-types";
   prefix "manotypes";
 
   import ietf-inet-types {
     prefix "inet";
   }
 
   prefix "manotypes";
 
   import ietf-inet-types {
     prefix "inet";
   }
 
-  import rw-project {
-    prefix "rw-project";
+  import osm-project {
+    prefix "osm-project";
   }
 
   revision 2017-02-08 {
   }
 
   revision 2017-02-08 {
@@ -2304,7 +2304,7 @@ module mano-types
       description
         "Project to which this belongs";
       type leafref {
       description
         "Project to which this belongs";
       type leafref {
-        path "/rw-project:project/rw-project:name";
+        path "/osm-project:project/osm-project:name";
       }
     }
   }
       }
     }
   }