Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
1bc3c235d441f14ec1c4fb0b03d742fc9745d2e1
/
.
/
compiler
/
plugin
/
maven
/
src
/
test
/
resources
/
multipleIdentity
/
test.yang
blob: 05b4875dc2fc0214b3ba20a3543986435b53fef6 [
file
] [
log
] [
blame
]
module
test
{
namespace
"identitytest"
;
prefix test
;
identity identity3
;
identity identity2
{
base
"identity3"
;
}
identity identity1
{
base
"identity2"
;
}
container node
{
leaf node
-
id
{
type identityref
{
base
"identity1"
;
}
}
}
}