blob: bd58e306bc0f8c797e55c5caefb6862fb7d6ef40 [file] [log] [blame]
janani b05614f12016-10-04 12:55:43 +05301module YtbTreeBuilderForListHavingList {
2 yang-version 1;
3 namespace "yms:test:ytb:tree:builder:for:list:having:list";
4 prefix "sch";
5 revision "2016-08-26";
6 container carrier {
7 list multiplexes {
8 key "types";
9 list application-areas {
10 config false;
11 leaf-list destination-areas {
12 type binary;
13 }
14 }
15 leaf types {
16 type enumeration {
17 enum space-division;
18 enum frequency-division;
19 enum time-division {
20 value 3;
21 }
22 }
23 }
24 }
25 }
26}