Modify nemo template model.
[nemo.git] / nemo-api / src / main / yang / nemo-template.yang
index 2b72fa44e27ef2885af076fe0397406deebdb652..2914bfc27c0760188b5044dfa169f98c185e2d81 100644 (file)
@@ -21,11 +21,11 @@ module nemo-template {
             "Initial revision.";\r
     }\r
 \r
-    grouping template-definition {\r
+    grouping template-definition-grouping {\r
         description\r
-            "It represents the node model instance and its metadata.\r
-             A node model defines a reusable function or template\r
-             which could be used many times.";\r
+            "It represents a template definition and its metadata.\r
+             A template defines a reusable function which could\r
+             be used many times.";\r
 \r
         leaf template-name {\r
             description\r
@@ -113,7 +113,7 @@ module nemo-template {
         }\r
     }\r
 \r
-    grouping template-instance {\r
+    grouping template-instance-grouping {\r
         description\r
             "A template instance which put specific values in the parameter list.";\r
 \r