Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
b9f0eb59e8a665cc277f21e9c89ce051abd8fdc4
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
LengthStatementInsideLeafList.yang
blob: 06d08dba31049b41d730f901a6181d25b9066bbc [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf
-
list invalid
-
interval
{
type
string
{
length
"1..100"
;
}
}
}