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