Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
58b348ee611968c5a4319d4685905be2aa713070
/
.
/
src
/
test
/
resources
/
LengthWithMinMax.yang
blob: 58842661a0d244215cbf634931ad5fdb210fc844 [
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
string
{
7
length
"min..max"
;
8
}
9
}
10
}