blob: aab417b13bd8b06b027c9520119606b9c20b7be5 [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 "000";
11 }
12}