Delete netconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-nn / simple-list-yang / 4 / array-with-null.yang
1 module array-with-null-yang {
2   namespace "array:with:null:yang";  
3
4   prefix "arwnlyn";
5   revision 2013-11-12 {    
6   }
7   
8   container cont{
9       leaf lf{
10           type empty;
11       }
12       leaf lf1{
13           type string;
14       }
15       leaf lf2{
16           type string;
17       }
18       leaf-list lflst1{
19           type empty;
20       }
21       
22       leaf-list lflst2{
23           type string;
24       }
25   }
26 }