Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
338735b179aec696ad03ca6b73bfe252fec9eb87
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
LengthWithMinMax.yang
blob: 58842661a0d244215cbf634931ad5fdb210fc844 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf
-
list invalid
-
interval
{
type
string
{
length
"min..max"
;
}
}
}