blob: 297a8f4ea558f7e694c48c3093328a0289b9309e [file] [log] [blame]
janani b05614f12016-10-04 12:55:43 +05301module YtbModuleWithList {
2 yang-version 1;
3 namespace "yms:test:ytb:module:with:list";
4 prefix "sch";
5 revision "2016-08-26";
6 list ytblistlist {
7 config false;
8 leaf-list prediction {
9 type find;
10 }
11 }
12 typedef find {
13 type boolean;
14 }
15}