Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
4aaab4d57f8c3d63a936ffca858d0a535ba3b8a0
/
.
/
src
/
test
/
resources
/
EnumTranslator.yang
blob: 1957c1f992be92a8c63c028aaddaf70bfc14b782 [
file
] [
log
] [
blame
]
module
Sfc
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf test
{
type
string
;
}
leaf myenum
{
type enumeration
{
enum
zero
;
enum
one
;
enum
seven
{
value
7
;
}
}
}
}