Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
85971c6a33d3a91884ce42dc4f94efff9ee1bdd1
/
.
/
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"
;
}
}
}