493101ced14f938845488f5ee70ecacb89e047e6
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / simple-container-yang / simple-container.yang
1 module simple-container-yang {
2   namespace "simple:container:yang";  
3
4   prefix "smpdtp";
5   revision 2013-11-12 {    
6   }
7   
8   container cont {
9         container cont1 {
10         }
11         list lst1 {
12         }
13         leaf-list lflst1 {
14                 type string;
15         }
16         leaf lf1 {
17                 type string;
18         }
19   }
20 }