blob: c553e6080384b1c4f0cf27e9eecdbbbe36d02ad6 [file] [log] [blame]
Vidyashree Ramaf4c617c2016-02-24 12:28:22 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 list valid {
6 config true;
7 container container1 {
8 leaf leaf1 {
9 type "string";
10 }
11 }
12 }
13}