Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
2dec354e02d81ed5e6b1092e3818541dda99ddac
/
.
/
utils
/
yangutils
/
plugin
/
src
/
test
/
resources
/
UnionWithoutChild.yang
blob: 14d3329acfc5c29007a38732441e3cd4d03e5911 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
list valid
{
key
"invalid-interval"
;
leaf invalid
-
interval
{
type
union
{
type
"union"
;
}
}
}
}