blob: 1bb61813b6dca5f2aa23c8f9f3b82599d9f39421 [file] [log] [blame]
module bool {
yang-version 1;
namespace "ydt.boolean";
prefix "bool";
organization "ON-LAB";
description "This module defines for bool classifier.";
revision "2016-05-24" {
description "Initial revision.";
}
list booleanList {
key boolean;
leaf boolean {
type boolean;
}
}
}