Remove restconf-nb-bierman02
[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
deleted file mode 100644 (file)
index dcc17d5..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-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