Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
b487fdd8594c098990ab3fa5421395f98be3dd71
/
.
/
runtime
/
src
/
test
/
resources
/
ytbTestYangFiles
/
YtbModuleWithList.yang
blob: 297a8f4ea558f7e694c48c3093328a0289b9309e [
file
] [
log
] [
blame
]
module
YtbModuleWithList
{
yang
-
version
1
;
namespace
"yms:test:ytb:module:with:list"
;
prefix
"sch"
;
revision
"2016-08-26"
;
list ytblistlist
{
config
false
;
leaf
-
list prediction
{
type find
;
}
}
typedef
find
{
type
boolean
;
}
}