Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
1025a17e3282b645dfde89ec3a6a0df57137f9c2
/
.
/
plugin
/
src
/
test
/
resources
/
LengthWithOneInterval.yang
blob: b160f0293b8b13a7cb17402f072f6c8777b678dd [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf
-
list invalid
-
interval
{
type
string
{
length
"1"
;
}
}
}