blob: 3d023840dbd60faf33bae5702384c2a8f4ed5c92 [file] [log] [blame]
Bharat saraswal49120772017-03-10 17:06:10 +05301module YtbModuleWithLeafList {
2 yang-version 1;
3 namespace "yms:test:ytb:module:with:leaflist";
4 prefix "sch";
5 revision "2016-08-26";
6 leaf-list time {
7 type int64;
8 }
9}