blob: f1de31845d0214e99f1e174633273510d4832bda [file] [log] [blame]
Gaurav Agrawal338735b2016-04-18 18:53:11 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 container valid {
6 leaf invalid-interval {
7 type union {
8 type int32;
9 type int8;
10 }
11 }
12 }
13}