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