blob: 1bb61813b6dca5f2aa23c8f9f3b82599d9f39421 [file] [log] [blame]
sonu gupta1bb37b82016-11-11 16:51:18 +05301module bool {
2
3 yang-version 1;
4
5 namespace "ydt.boolean";
6
7 prefix "bool";
8
9 organization "ON-LAB";
10
11 description "This module defines for bool classifier.";
12
13 revision "2016-05-24" {
14 description "Initial revision.";
15 }
16
17 list booleanList {
18 key boolean;
19 leaf boolean {
20 type boolean;
21 }
22 }
23}