blob: b259cc134cab7cd930e0f70a43f547b5f70b23f2 [file] [log] [blame]
surya-huawei7c6d5362017-06-09 10:54:17 +05301module TestHolder {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Hold;
5 container birds {
6 unique "abc"
7 leaf abc {
8 type "String";
9 }
10 }
11}