Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
84e4ba7b00365ca83178bd19dfdaf16d95ff7d76
/
.
/
plugin
/
src
/
test
/
resources
/
RangeWithMinMax.yang
blob: 373d45eb6cd9ac970db6137aed182bfd6fe65a3b [
file
] [
log
] [
blame
]
Vidyashree Rama
bc9611f
2016-04-12 23:33:33 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
leaf
-
list invalid
-
interval
{
6
type int32
{
7
range
"min..max"
;
8
}
9
}
10
}