blob: 20409cbdcd6bb45372261160ee7fd80f15f7a01e [file] [log] [blame]
surya-huawei7c6d5362017-06-09 10:54:17 +05301module TestDescendent {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 list networks {
6 key "abc";
7 unique "/abc";
8 leaf abc {
9 type "String";
10 }
11 }
12}