Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
b8ff90c577db0be70554d704d107b073cd26402e
/
.
/
plugin
/
src
/
test
/
resources
/
ListWithIdentifierNameEnum.yang
blob: afa82a45303fca64904cb72e97649f1f571031e9 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
"ydt.enum"
;
prefix
"t"
;
list enumList
{
key
enum
;
leaf
enum
{
type enumeration
{
enum
ten
{
value
"10"
;}
enum
hundred
{
value
"100"
;}
enum
thousand
{
value
"1000"
;
}
}
}
}
}