Bug 2358 - Resources for tests json to nn
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-nn / simple-list-yang / 4 / array-with-null.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-nn/simple-list-yang/4/array-with-null.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-nn/simple-list-yang/4/array-with-null.yang
new file mode 100644 (file)
index 0000000..869e406
--- /dev/null
@@ -0,0 +1,26 @@
+module array-with-null-yang {
+  namespace "array:with:null:yang";  
+
+  prefix "arwnlyn";
+  revision 2013-11-12 {    
+  }
+  
+  container cont{
+      leaf lf{
+          type empty;
+      }
+      leaf lf1{
+          type string;
+      }
+      leaf lf2{
+          type string;
+      }
+      leaf-list lflst1{
+          type empty;
+      }
+      
+      leaf-list lflst2{
+          type string;
+      }
+  }
+}
\ No newline at end of file