Bug 2358 - Resources for tests nn to xml
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / nn-to-xml / data-of-several-modules / yang / module2.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-xml/data-of-several-modules/yang/module2.yang b/opendaylight/md-sal/sal-rest-connector/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