Test Json/Xml PatchBodyReaders on mixin nodes
[netconf.git] / restconf / restconf-nb / src / test / resources / instanceidentifier / yang / unkeyed-list-model.yang
1 module list-model {
2   namespace "list:ns";
3   prefix list-model;
4
5   container cont-root {
6     container cont1 {
7       list unkeyed-list {
8         leaf leaf1 {
9           type string;
10         }
11         leaf leaf2 {
12           type string;
13         }
14       }
15     }
16   }
17 }