Split Restconf implementations (draft02 and RFC) - Prepare modules
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / nn-to-xml / data-of-several-modules / yang / module2.yang
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/data-of-several-modules/yang/module2.yang b/restconf/restconf-nb-bierman02/src/test/resources/nn-to-xml/data-of-several-modules/yang/module2.yang
new file mode 100644 (file)
index 0000000..521d9c0
--- /dev/null
@@ -0,0 +1,20 @@
+module module2 {
+  namespace "module:two";  
+
+  prefix "m2";
+  revision 2014-01-17 {    
+  }
+
+    container cont_m2 {
+        leaf lf1_m2 {
+            type string;
+        }
+            uses confB_gr;
+    }
+        
+    grouping confB_gr {
+            container contB_m2 {
+            }
+        }
+      
+}
\ No newline at end of file