Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
b8ff90c577db0be70554d704d107b073cd26402e
/
.
/
plugin
/
src
/
test
/
resources
/
rootNode
/
mixed
/
submodule.yang
blob: e7c497e30bb97f5a2eb69ab20819eab5219428a9 [
file
] [
log
] [
blame
]
submodule test6
{
belongs
-
to
"test5"
{
prefix
"test"
;
}
revision
"2016-07-04"
{
description
"Initial revision."
;
}
typedef
typedef
{
type int32
;
}
container cont1
{
leaf leaf1
{
type int32
;
}
}
container cont2
{
leaf leaf1
{
type int32
;
}
}
}