blob: 349181a122251bb6686bc2275118e49f8995490b [file] [log] [blame]
Mahesh Poojary Huawei2cd44332016-07-14 12:38:17 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 leaf message {
6 type binary {
janani bba5bacb2017-06-23 14:42:51 +05307 length "4" {
8 description "binary description";
9 reference "binary reference";
10 }
Mahesh Poojary Huawei2cd44332016-07-14 12:38:17 +053011 }
12 }
13}