Split Restconf implementations (draft02 and RFC) - Prepare modules
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / simple-list-yang / 3 / multiple-items.yang
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list-yang/3/multiple-items.yang b/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list-yang/3/multiple-items.yang
new file mode 100644 (file)
index 0000000..dcc17d5
--- /dev/null
@@ -0,0 +1,24 @@
+module multiple-items-yang {
+  namespace "multiple:items:yang";  
+
+  prefix "mltitmsyg";
+  revision 2013-11-12 {    
+  }
+  
+  list lst {
+    list lst1 {
+        leaf lf11{
+            type string;
+        }
+        leaf-list lflst11{
+            type string;
+        }
+        container cont11{
+            
+        }
+        list lst11{
+            
+        }
+    }
+  }
+}
\ No newline at end of file