Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
e282bb10f9967eea35b7a8e7939ea68b1064d628
/
.
/
plugin
/
maven
/
src
/
test
/
resources
/
MaxElementsMaxValue.yang
blob: 7bdfbb0bd40637c7e067acb100b44d4892fd3347 [
file
] [
log
] [
blame
]
Vidyashree Rama
5daea74
2016-05-20 16:29:25 +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
"uint16"
;
7
max
-
elements
77777777777777777777777
;
8
}
9
}