blob: fa6fb05d16a7fc8d5e79f1af8d747a7abc638e60 [file] [log] [blame]
Mahesh Poojary Sbbd48492016-07-19 10:58:07 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5
6 leaf message {
7 type binary {
8 length "8";
9 }
10 default "10010010";
11 }
12}